Skip to content

Commit

Permalink
api: Increase default timeout to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Jan 19, 2025
1 parent 0ef5fe5 commit 886dbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
// The path portion with which all v1 API endpoints start.
v1BaseURL = "/v1"

defaultRequestHandleTimeout = 10 * time.Second
defaultRequestHandleTimeout = 20 * time.Second
)

var (
Expand Down

0 comments on commit 886dbe6

Please sign in to comment.