kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Set an increased `RESULTS_CACHE_SIZE` for django-debug-toolbar #143

Closed danlamanna closed 3 years ago

danlamanna commented 3 years ago

Otherwise when viewing the SQL panel the queries may already be evicted from RAM.

brianhelba commented 3 years ago

These settings must be contained within DEBUG_TOOLBAR_CONFIG. I've fixed it.