Skip to content

Commit

Permalink
Increase JSON-RPC headers timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed May 11, 2020
1 parent 5ac6237 commit 1c7da9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func NewCaller(endpoint string, userID int) *Caller {
KeepAlive: 120 * time.Second,
}).Dial,
TLSHandshakeTimeout: 30 * time.Second,
ResponseHeaderTimeout: 180 * time.Second,
ResponseHeaderTimeout: 300 * time.Second,
ExpectContinueTimeout: 1 * time.Second,
},
},
Expand Down

0 comments on commit 1c7da9f

Please sign in to comment.