Removed an option which could disagree with memcached.

- Legacy-Id: 14710
This commit is contained in:
Henrik Levkowetz 2018-02-27 18:00:05 +00:00
parent 9ffe1e425a
commit 93633cd1e7

View file

@ -613,9 +613,6 @@ CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
'OPTIONS': {
'MAX_ENTRIES': 10000, # 10,000
},
},
'htmlized': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',