From: Guillaume Pellerin Date: Thu, 15 Jul 2021 10:19:24 +0000 (+0200) Subject: bugfix X-Git-Tag: 2.3~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f0726124c9438c78d0768cc0bb342f4ec3ff01bd;p=teleforma.git bugfix --- diff --git a/app/settings.py b/app/settings.py index 9d043b41..26548425 100644 --- a/app/settings.py +++ b/app/settings.py @@ -271,9 +271,6 @@ CACHES = { 'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache', 'LOCATION': 'memcached:11211', 'TIMEOUT': 604800, - 'OPTIONS': { - 'MAX_ENTRIES': 36000, - } } }