Skip to content

Commit

Permalink
increase default response timeout for serving larger artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Nov 19, 2023
1 parent 5073ee2 commit 7565f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func StartHTTP() {
Addr: port,
Handler: myHandler,
ReadTimeout: 60 * time.Second,
WriteTimeout: 60 * time.Second,
WriteTimeout: 180 * time.Second,
MaxHeaderBytes: 1 << 20,
}

Expand Down

0 comments on commit 7565f84

Please sign in to comment.