Skip to content

Commit

Permalink
bump default http write timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
domasx2 committed Sep 21, 2023
1 parent 6fb577f commit 909926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
mb = 1024 * 1024
defaultServerGracefulShutdown time.Duration = 5 * time.Second
defaultHTTPReadTimeout time.Duration = 30 * time.Second
defaultHTTPWriteimeout time.Duration = 30 * time.Second
defaultHTTPWriteimeout time.Duration = 35 * time.Second
defaultHTTPIdleimeout time.Duration = 30 * time.Second
defaultHTTPRequestSizeLimit int64 = 10 * mb

Expand Down

0 comments on commit 909926b

Please sign in to comment.