From a338e5efe8bffe659484f9bfba375a76ca275cd2 Mon Sep 17 00:00:00 2001 From: Derek Chiang Date: Thu, 16 Apr 2015 15:48:14 -0400 Subject: [PATCH] Fix a comment --- command/agent/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/agent/config.go b/command/agent/config.go index 7e19b0ff1a..ff54203958 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