mirror of
https://github.com/restic/restic.git
synced 2025-08-22 08:57:28 +00:00
@@ -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,
|
||||
|
Reference in New Issue
Block a user