Skip to content

Commit

Permalink
Update http timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Russo <keith.russo@veteransoftware.us>
  • Loading branch information
VetSoftKeith committed Apr 6, 2023
1 parent d91e560 commit 5c4b9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

//goland:noinspection SpellCheckingInspection
var (
timeout = 1200 * time.Millisecond
timeout = 2000 * time.Millisecond

httpClient = httpclient.NewClient(httpclient.WithHTTPTimeout(timeout))
)
Expand Down

0 comments on commit 5c4b9e7

Please sign in to comment.