Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 4613932

Browse files
committed
fix(dbrunner): Correct cache storage and name
* Change app.dbrunner to app.dbrunner.cache to allow selection in parameters using appDbrunnerCache. * Switch to redis_tag_aware, as APCu does not perform well in heavy write scenarios.
1 parent 69ecd89 commit 4613932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/packages/cache.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ framework:
66
default_redis_provider: "%app.redis_uri%"
77

88
pools:
9-
app.dbrunner:
10-
adapter: cache.adapter.apcu
11-
default_lifetime: "1 hour"
9+
app.dbrunner.cache:
10+
adapter: cache.adapter.redis_tag_aware
11+
default_lifetime: "12 hour"
1212
# Unique name of your app: used to compute stable namespaces for cache keys.
1313
#prefix_seed: your_vendor_name/app_name
1414

0 commit comments

Comments
 (0)