Turns down the coordinate sync rate a bit more.

This commit is contained in:
James Phillips 2015-06-30 17:12:31 -07:00
parent ad65d953f6
commit d734697820
1 changed files with 2 additions and 2 deletions

View File

@ -487,8 +487,8 @@ func DefaultConfig() *Config {
// the server to handle as an aggregate across the entire cluster.
// If you update this, you'll need to adjust CoordinateUpdate* in
// the server-side config accordingly.
SyncCoordinateRateTarget: 100.0, // updates / second
SyncCoordinateIntervalMin: 5 * time.Second,
SyncCoordinateRateTarget: 64.0, // updates / second
SyncCoordinateIntervalMin: 15 * time.Second,
ACLTTL: 30 * time.Second,
ACLDownPolicy: "extend-cache",