Skip to content
Snippets Groups Projects
Commit 45f5e2a1 authored by jan.bednarik's avatar jan.bednarik
Browse files

majak: Cache setup update

parent 0e756017
No related branches found
No related tags found
1 merge request!19majak: Cache setup update
Pipeline #618 passed
......@@ -168,7 +168,10 @@ LOGGING = {
# ------------------------------------------------------------------------------
CACHES = {
"default": env.cache("CACHE_URL", default="locmemcache://"),
"renditions": env.cache("CACHE_URL", default="locmemcache://"),
}
CACHES["default"]["TIMEOUT"] = 60 * 60 * 24
CACHES["renditions"]["TIMEOUT"] = 60 * 60 * 24
# WAGTAIL SETTINGS
# ------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment