Merge pull request #2702 from aduffeck/fix-nats-ttl

Set new defaults for caches and stores
This commit is contained in:
Andre Duffeck
2026-05-11 11:04:10 +02:00
committed by GitHub
7 changed files with 7 additions and 8 deletions
@@ -114,7 +114,7 @@ func DefaultConfig() *config.Config {
Store: "memory",
Nodes: []string{"127.0.0.1:9233"},
Database: "cache-roles",
TTL: time.Hour * 336,
TTL: time.Hour * 24,
},
Events: config.Events{
Endpoint: "127.0.0.1:9233",