diff --git a/command/agent/config.go b/command/agent/config.go index 25f7cd95e..ecb524202 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -278,9 +278,11 @@ func DefaultConfig() *Config { NetworkSpeed: 100, }, Server: &ServerConfig{ - Enabled: false, - StartJoin: []string{}, - RetryJoin: []string{}, + Enabled: false, + StartJoin: []string{}, + RetryJoin: []string{}, + RetryInterval: 30 * time.Second, + RetryMaxAttempts: 0, }, } }