mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
set DefaultPollingInterval back to its original value
This commit is contained in:
parent
461ac13c2a
commit
5e16f8d9d0
1 changed files with 1 additions and 2 deletions
|
|
@ -21,8 +21,7 @@ import (
|
|||
// Default server settings.
|
||||
const (
|
||||
DefaultAntiEntropyInterval = 10 * time.Minute
|
||||
//DefaultPollingInterval = 60 * time.Second
|
||||
DefaultPollingInterval = 5 * time.Second
|
||||
DefaultPollingInterval = 60 * time.Second
|
||||
)
|
||||
|
||||
// Server represents an index wrapped by a running HTTP server.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue