Set new defaults for caches and stores

See https://github.com/opencloud-eu/opencloud/issues/2681 for more
details.
This commit is contained in:
André Duffeck
2026-04-30 11:00:12 +02:00
parent ae92dd031d
commit 544968a4de
7 changed files with 7 additions and 8 deletions
@@ -165,7 +165,7 @@ func DefaultConfig() *config.Config {
Store: "memory",
Nodes: []string{"127.0.0.1:9233"},
Database: "storage-users",
TTL: 24 * 60 * time.Second,
TTL: 24 * 60 * 60 * time.Second,
},
IDCache: config.IDCache{
Store: "nats-js-kv",