mirror of https://github.com/status-im/consul.git
Turns down the coordinate sync rate a bit more.
This commit is contained in:
parent
ad65d953f6
commit
d734697820
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue