mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 19:43:40 +00:00
describe why postgres and disable default instance cache
This commit is contained in:
parent
30225bacef
commit
782aed30c5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user