fix: deplacer le pool dns_infra_cache dans le bon fichier cache.yaml
config/packages/cache.yaml: - Ajout du pool dns_infra_cache avec adapter cache.app et TTL 3600s - Le pool etait dans config/packages/packages/cache.yaml qui est surcharge par config/packages/cache.yaml, donc le service dns_infra_cache n'existait pas config/packages/packages/cache.yaml: - Suppression du pool dns_infra_cache (doublon) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,5 +15,7 @@ framework:
|
||||
#app: cache.adapter.apcu
|
||||
|
||||
# Namespaced pools use the above "app" backend by default
|
||||
#pools:
|
||||
#my.dedicated.cache: null
|
||||
pools:
|
||||
dns_infra_cache:
|
||||
adapter: cache.app
|
||||
default_lifetime: 3600
|
||||
|
||||
@@ -17,6 +17,3 @@ framework:
|
||||
adapter: cache.adapter.redis
|
||||
vite_cache_pool:
|
||||
adapter: cache.adapter.redis
|
||||
dns_infra_cache:
|
||||
adapter: cache.adapter.redis
|
||||
default_lifetime: 3600
|
||||
|
||||
Reference in New Issue
Block a user