diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 310482e..a035727 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -106,3 +106,7 @@ The debug toolbar has two settings that can be set in ``settings.py``. 'ENABLE_STACKTRACES': True, 'HIDDEN_STACKTRACE_MODULES': ('gunicorn', 'newrelic'), } + + * ``RESULTS_CACHE_SIZE`` + + The toolbar keeps up to this many results in memory. Defaults to 10. |
