Skip to content

Commit

Permalink
Increase http headers timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Jun 2, 2020
1 parent 8181bfb commit 0e883a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/query/caller.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewCaller(endpoint string, userID int) *Caller {
KeepAlive: 120 * time.Second,
}).Dial,
TLSHandshakeTimeout: 30 * time.Second,
ResponseHeaderTimeout: 300 * time.Second,
ResponseHeaderTimeout: 600 * time.Second,
ExpectContinueTimeout: 1 * time.Second,
},
},
Expand Down

0 comments on commit 0e883a5

Please sign in to comment.