Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed Jul 09 09:43:37 2025 -0400 +++ b/doc/upgrading.txt Wed Jul 09 09:44:59 2025 -0400 @@ -1077,7 +1077,7 @@ event that an undiscovered bug arises, it can still be disabled if you experience problems. To disable it, modify your wsgi startup script and add the feature_flags to the RequestDispatcher -as below: +as below:: feature_flags = { "cache_tracker": False } app = RequestDispatcher(tracker_home, feature_flags=feature_flags)
