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

bumped connection timeout to 3.5 seconds

parent b9b54bfb
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ func DefaultPoolParams() PoolParams {
p.HostParams.EnableCoolOff = true
p.HostParams.NumSendsBeforeCoolOff = 1
p.HostParams.CoolOffTimeout = 5 * time.Minute
p.HostParams.SendTimeout = 2 * time.Second
p.HostParams.SendTimeout = 3500*time.Millisecond
return p
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment