mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
set DefaultPollingInterval back to its original value
This commit is contained in:
parent
b6f0a62fdd
commit
93e3590737
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