Removed an option which could disagree with memcached.
- Legacy-Id: 14710
This commit is contained in:
parent
9ffe1e425a
commit
93633cd1e7
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue