We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bd90e commit 3fc46d2Copy full SHA for 3fc46d2
1 file changed
haproxy/reload_agent.go
@@ -56,6 +56,9 @@ func (ra *ReloadAgent) Init(delay int, reloadCmd string, restartCmd string, conf
56
ra.reloadCmd = reloadCmd
57
ra.restartCmd = restartCmd
58
ra.configFile = configFile
59
+ if delay == 0 {
60
+ delay = 5
61
+ }
62
ra.delay = delay
63
ra.lkgConfigFile = configFile + ".lkg"
64
0 commit comments