mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-13 11:46:22 +00:00
MAX_ENTRIES for PyMemcacheCache doesn't work with all versions - remove it.
This commit is contained in:
@@ -213,7 +213,7 @@ CACHES = {
|
|||||||
"LOCATION": [
|
"LOCATION": [
|
||||||
"127.0.0.1:11211",
|
"127.0.0.1:11211",
|
||||||
],
|
],
|
||||||
"OPTIONS": {"MAX_ENTRIES": 1000000},
|
#"OPTIONS": {"MAX_ENTRIES": 1000000},
|
||||||
},
|
},
|
||||||
"filesystem": {
|
"filesystem": {
|
||||||
"BACKEND": "django.core.cache.backends.filebased.FileBasedCache",
|
"BACKEND": "django.core.cache.backends.filebased.FileBasedCache",
|
||||||
|
|||||||
Reference in New Issue
Block a user