Increase keepalive idle timeouts for loadbalancers
This commit is contained in:
parent
c3b0bf3a26
commit
89e84283a4
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ func Setup(opts *cnf.Options) (err error) {
|
|||
|
||||
routes(s)
|
||||
s.SetName("web")
|
||||
s.SetIdleTimeout("60s")
|
||||
s.SetReadTimeout("60s")
|
||||
s.SetWriteTimeout("60s")
|
||||
s.SetIdleTimeout("650s")
|
||||
s.SetReadTimeout("10s")
|
||||
s.SetWriteTimeout("10s")
|
||||
s.SetHTTPErrorHandler(errors)
|
||||
s.Logger().SetLogger(log.Instance())
|
||||
|
||||
|
|
Loading…
Reference in a new issue