Skip to content
Snippets Groups Projects
Verified Commit ad3378ac authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Cache only default database

parent 7f08490b
No related branches found
No related tags found
1 merge request!379Resolve "Test django-cachalot"
Pipeline #4924 passed
......@@ -203,7 +203,7 @@ if _settings.get("caching.memcached.enabled", False):
INSTALLED_APPS.append("cachalot")
DEBUG_TOOLBAR_PANELS.append("cachalot.panels.CachalotPanel")
CACHALOT_TIMEOUT = _settings.get("caching.cachalot.timeout", None)
CACHALOT_DATABASES = set(DATABASES.keys())
CACHALOT_DATABASES = set("default")
SILENCED_SYSTEM_CHECKS.append("cachalot.W001")
# Password validation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment