Store template fragments in separate cache
This makes clearing them less expensive
This commit is contained in:
parent
a2d1aff112
commit
1ae3288a73
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ CACHES = {
|
|||
"renditions": env.cache(
|
||||
var="RENDITION_CACHE_URL", default="locmemcache://renditions"
|
||||
),
|
||||
"template_fragments": env.cache(var="FRAGMENTS_CACHE_URL", default="dummycache://"),
|
||||
}
|
||||
|
||||
# Allow the redirect importer to work in load-balanced / cloud environments.
|
||||
|
|
Loading…
Reference in a new issue