comparison doc/upgrading.txt @ 8360:f6e58615a998

doc: put example in callout using ::
author John Rouillard <rouilj@ieee.org>
date Wed, 09 Jul 2025 09:44:59 -0400
parents d98cb4730a4a
children fee1b89ae6c3
comparison
equal deleted inserted replaced
8359:d98cb4730a4a 8360:f6e58615a998
1075 As a result, the default setting now enables this performance 1075 As a result, the default setting now enables this performance
1076 improvement, encouraging a wider adoption of the feature. In the 1076 improvement, encouraging a wider adoption of the feature. In the
1077 event that an undiscovered bug arises, it can still be disabled 1077 event that an undiscovered bug arises, it can still be disabled
1078 if you experience problems. To disable it, modify your wsgi 1078 if you experience problems. To disable it, modify your wsgi
1079 startup script and add the feature_flags to the RequestDispatcher 1079 startup script and add the feature_flags to the RequestDispatcher
1080 as below: 1080 as below::
1081 1081
1082 feature_flags = { "cache_tracker": False } 1082 feature_flags = { "cache_tracker": False }
1083 app = RequestDispatcher(tracker_home, feature_flags=feature_flags) 1083 app = RequestDispatcher(tracker_home, feature_flags=feature_flags)
1084 1084
1085 Then restart your wsgi instance. If you have to disable this 1085 Then restart your wsgi instance. If you have to disable this

Roundup Issue Tracker: http://roundup-tracker.org/