DX: remove default doctrine query cache pool
This commit is contained in:
parent
f80d2c47ce
commit
e55745b48b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user