Skip to content

Commit

Permalink
chore: bump response header timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Aug 13, 2024
1 parent 55f0d19 commit 8277f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func DefaultHTTPTransport() http.RoundTripper {
KeepAlive: time.Second * 30,
}).DialContext,
IdleConnTimeout: time.Second * 90,
ResponseHeaderTimeout: time.Second * 10,
ResponseHeaderTimeout: time.Second * 30,
TLSHandshakeTimeout: time.Second * 10,
ExpectContinueTimeout: time.Second * 1,
ForceAttemptHTTP2: true,
Expand Down

0 comments on commit 8277f4f

Please sign in to comment.