Set new defaults for caches and stores
See https://github.com/opencloud-eu/opencloud/issues/2681 for more details.
This commit is contained in:
@@ -42,7 +42,7 @@ func DefaultConfig() *config.Config {
|
||||
SigningKeys: &config.SigningKeys{
|
||||
Store: "nats-js-kv", // signing keys are read by proxy, so we cannot use memory. It is not shared.
|
||||
Nodes: []string{"127.0.0.1:9233"},
|
||||
TTL: time.Hour * 12,
|
||||
TTL: time.Hour * 24,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user