Skip to content

Commit 93633cd

Browse files
committed
Removed an option which could disagree with memcached.
- Legacy-Id: 14710
1 parent 9ffe1e4 commit 93633cd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,6 @@ def skip_unreadable_post(record):
613613
'default': {
614614
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
615615
'LOCATION': '127.0.0.1:11211',
616-
'OPTIONS': {
617-
'MAX_ENTRIES': 10000, # 10,000
618-
},
619616
},
620617
'htmlized': {
621618
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',

0 commit comments

Comments
 (0)