30 * time.Second -> "30s" in DefaultConfig

This commit is contained in:
Chris Aubuchon 2015-12-02 16:05:05 -06:00
parent d8c4ec1c19
commit baf0b54037

View file

@ -281,7 +281,7 @@ func DefaultConfig() *Config {
Enabled: false,
StartJoin: []string{},
RetryJoin: []string{},
RetryInterval: 30 * time.Second,
RetryInterval: "30s",
RetryMaxAttempts: 0,
},
}