aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-11 22:22:19 +0100
committerAymeric Augustin2013-11-11 22:56:29 +0100
commit9e06aa80a04e60506a0472e251e11b873eb8b501 (patch)
tree3f1564e4dadba17a997e55fced8178194c36d70f /debug_toolbar/utils
parent54e69c49100be7205d1e8533ffa9373af074ed36 (diff)
downloaddjango-debug-toolbar-9e06aa80a04e60506a0472e251e11b873eb8b501.tar.bz2
Make panels cache size configurable.
Diffstat (limited to 'debug_toolbar/utils')
-rw-r--r--debug_toolbar/utils/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/utils/settings.py b/debug_toolbar/utils/settings.py
index af9821f..12dc231 100644
--- a/debug_toolbar/utils/settings.py
+++ b/debug_toolbar/utils/settings.py
@@ -20,6 +20,7 @@ CONFIG_DEFAULTS = {
),
'ROOT_TAG_ATTRS': '',
'SQL_WARNING_THRESHOLD': 500, # milliseconds
+ 'RESULTS_CACHE_SIZE': 10,
}