diff --git a/server/filestore.go b/server/filestore.go index 98562278..3e402c6b 100644 --- a/server/filestore.go +++ b/server/filestore.go @@ -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.