describe why postgres and disable default instance cache

This commit is contained in:
adlerhurst 2024-12-24 11:19:16 +01:00
parent 30225bacef
commit 782aed30c5
No known key found for this signature in database

View File

@ -198,6 +198,9 @@ Caches:
AutoPrune:
Interval: 1m
TimeOut: 5s
# Postgres connector uses the configured database (postgres or cockraochdb) as cache.
# It is suitable for deployments with multiple containers.
# The cache is enabled by default because it is the default cache states for IdP form callbacks
Postgres:
Enabled: true
AutoPrune:
@ -309,7 +312,7 @@ Caches:
Instance:
# Connector must be enabled above.
# When connector is empty, this cache will be disabled.
Connector: "postgres"
Connector: ""
MaxAge: 1h
LastUseAge: 10m
# Log enables cache-specific logging. Default to error log to stderr when omitted.