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': {
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': '127.0.0.1:11211',
'OPTIONS': {
'server_max_value_length': 1024 * 1024 * 10
}
#'OPTIONS': {
# 'server_max_value_length': 1024 * 1024 * 10
#}
},
'filesystem': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',