Skip to content

Commit

Permalink
increased http proxy read timeout from 5 to 15 seconds for slow conne…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
kgretzky committed Nov 7, 2018
1 parent 6ee4396 commit 2f060b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
)

const (
httpReadTimeout = 5 * time.Second
httpWriteTimeout = 10 * time.Second
httpReadTimeout = 15 * time.Second
httpWriteTimeout = 15 * time.Second
)

type HttpProxy struct {
Expand Down

0 comments on commit 2f060b6

Please sign in to comment.