mirror of
https://github.com/restic/restic.git
synced 2025-02-08 15:36:51 +00:00
parent
4dbbc24a44
commit
04b262d8f1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ func Transport() http.RoundTripper {
|
|||
DualStack: true,
|
||||
}).DialContext,
|
||||
MaxIdleConns: 100,
|
||||
MaxIdleConnsPerHost: 100,
|
||||
IdleConnTimeout: 90 * time.Second,
|
||||
TLSHandshakeTimeout: 10 * time.Second,
|
||||
ExpectContinueTimeout: 1 * time.Second,
|
||||
|
|
Loading…
Reference in a new issue