Skip to content

Commit

Permalink
Increase timeout in download
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKenVery committed Jul 18, 2023
1 parent 526391e commit a5d6ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var client = &http.Client{
TLSNextProto: map[string]func(authority string, c *tls.Conn) http.RoundTripper{},
MaxIdleConnsPerHost: 999,
},
Timeout: time.Second * 5,
Timeout: time.Second * 50,
}

var clienth2 = &http.Client{
Expand Down

0 comments on commit a5d6ba5

Please sign in to comment.