mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-12 19:26:23 +00:00
Increase cache entries
This commit is contained in:
@@ -213,11 +213,13 @@ CACHES = {
|
|||||||
"LOCATION": [
|
"LOCATION": [
|
||||||
"127.0.0.1:11211",
|
"127.0.0.1:11211",
|
||||||
],
|
],
|
||||||
|
"OPTIONS": {"MAX_ENTRIES": 1000000},
|
||||||
},
|
},
|
||||||
"filesystem": {
|
"filesystem": {
|
||||||
"BACKEND": "django.core.cache.backends.filebased.FileBasedCache",
|
"BACKEND": "django.core.cache.backends.filebased.FileBasedCache",
|
||||||
"LOCATION": "/var/tmp/ivatar_cache",
|
"LOCATION": "/var/tmp/ivatar_cache",
|
||||||
"TIMEOUT": 900, # 15 minutes
|
"TIMEOUT": 900, # 15 minutes
|
||||||
|
"OPTIONS": {"MAX_ENTRIES": 1000000},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user