This commit is contained in:
Ross
2021-09-01 19:35:51 +01:00
parent c3b0822cf7
commit 3b43caed5f
+3
View File
@@ -198,6 +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
}
},
'filesystem': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',