Fix a comment

This commit is contained in:
Derek Chiang 2015-04-16 15:48:14 -04:00 committed by James Phillips
parent b2cff43bb5
commit 2ef802b8b3
1 changed files with 2 additions and 1 deletions

View File

@ -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