mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
Fix a comment
This commit is contained in:
parent
98d87b5dd5
commit
a338e5efe8
@ -373,7 +373,8 @@ type Config struct {
|
||||
AEInterval time.Duration `mapstructure:"-" json:"-"`
|
||||
|
||||
// SyncCoordinateInterval controls the interval for sending network coordinates
|
||||
// to servers.
|
||||
// to servers. Defaults to every 15s, but scales up as the number of nodes increases
|
||||
// in the network, to prevent servers from being overwhelmed.
|
||||
SyncCoordinateInterval time.Duration `mapstructure:"-" json:"-"`
|
||||
|
||||
// Checks holds the provided check definitions
|
||||
|
Loading…
x
Reference in New Issue
Block a user