diff --git a/command/agent/config.go b/command/agent/config.go index 7e19b0ff1..ff5420395 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -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