DX: remove default doctrine query cache pool

This commit is contained in:
Julien Fastré 2023-01-07 21:08:07 +01:00
parent f80d2c47ce
commit e55745b48b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,10 @@
framework:
cache:
pools:
doctrine.system_cache_pool:
adapter: cache.adapter.redis
doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
@ -10,9 +17,6 @@ doctrine:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.default
auto_mapping: true
query_cache_driver:
type: pool
pool: doctrine.system_cache_pool
mappings:
App:
is_bundle: false