Remove dedicated fragments cache
Reuse the default one to avoid an extra redis connection
This commit is contained in:
parent
084f52358c
commit
35579a8803
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ CACHES = {
|
||||||
"renditions": env.cache(
|
"renditions": env.cache(
|
||||||
var="RENDITION_CACHE_URL", default="locmemcache://renditions"
|
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.
|
# Allow the redirect importer to work in load-balanced / cloud environments.
|
||||||
|
|
Loading…
Reference in a new issue