Skip to content
Snippets Groups Projects
Commit 9ab3cecb authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

disabled the host cooldown

parent 12c432aa
Branches
Tags
2 merge requests!23Release,!13Hotfix/no host cooldown + return sende2e TS
...@@ -87,7 +87,7 @@ func DefaultPoolParams() PoolParams { ...@@ -87,7 +87,7 @@ func DefaultPoolParams() PoolParams {
} }
p.HostParams.MaxRetries = 1 p.HostParams.MaxRetries = 1
p.HostParams.AuthEnabled = false p.HostParams.AuthEnabled = false
p.HostParams.EnableCoolOff = true p.HostParams.EnableCoolOff = false
p.HostParams.NumSendsBeforeCoolOff = 1 p.HostParams.NumSendsBeforeCoolOff = 1
p.HostParams.CoolOffTimeout = 5 * time.Minute p.HostParams.CoolOffTimeout = 5 * time.Minute
p.HostParams.SendTimeout = 2000 * time.Millisecond p.HostParams.SendTimeout = 2000 * time.Millisecond
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment