set DefaultPollingInterval back to its original value

This commit is contained in:
Travis 2016-11-21 16:36:17 -06:00
parent 461ac13c2a
commit 5e16f8d9d0

View file

@ -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.