mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Change default sync to 60s
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -173,7 +173,7 @@ const (
|
||||
// cache idx expiration
|
||||
defaultCacheIdxExpiration = 5 * time.Minute
|
||||
// default sync interval
|
||||
defaultSyncInterval = 10 * time.Second
|
||||
defaultSyncInterval = 60 * time.Second
|
||||
// coalesceMinimum
|
||||
coalesceMinimum = 16 * 1024
|
||||
// maxFlushWait is maximum we will wait to gather messages to flush.
|
||||
|
||||
Reference in New Issue
Block a user