Fix #110 -- Turn off process-local cache

This commit is contained in:
Raphael Michel
2016-11-29 17:19:05 +01:00
parent 248ab25567
commit f8b38dca82
3 changed files with 22 additions and 37 deletions

View File

@@ -96,8 +96,7 @@ METRICS_PASSPHRASE = config.get('metrics', 'passphrase', fallback="")
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'unique-snowflake',
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
}
}
REAL_CACHE_USED = False