This commit is contained in:
Ross
2021-09-01 19:44:22 +01:00
parent 3b43caed5f
commit 7cbdc54d56
+3 -3
View File
@@ -198,9 +198,9 @@ CACHES = {
'default': { 'default': {
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache', 'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': '127.0.0.1:11211', 'LOCATION': '127.0.0.1:11211',
'OPTIONS': { #'OPTIONS': {
'server_max_value_length': 1024 * 1024 * 10 # 'server_max_value_length': 1024 * 1024 * 10
} #}
}, },
'filesystem': { 'filesystem': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',