Skip to content

Commit

Permalink
直接改一分钟好了
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 1, 2023
1 parent a5d6ba5 commit 91f4c7a
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 * 50,
Timeout: time.Minute,
}

var clienth2 = &http.Client{
Expand Down

0 comments on commit 91f4c7a

Please sign in to comment.