MAX_ENTRIES for PyMemcacheCache doesn't work with all versions - remove it.

This commit is contained in:
Oliver Falk
2025-08-13 21:40:37 +02:00
parent aa3e1e48dc
commit a1d13ba3ce

View File

@@ -213,7 +213,7 @@ CACHES = {
"LOCATION": [
"127.0.0.1:11211",
],
"OPTIONS": {"MAX_ENTRIES": 1000000},
#"OPTIONS": {"MAX_ENTRIES": 1000000},
},
"filesystem": {
"BACKEND": "django.core.cache.backends.filebased.FileBasedCache",