mirror of
https://github.com/restic/restic.git
synced 2025-08-23 12:57:56 +00:00
@@ -70,6 +70,7 @@ func Transport(opts TransportOptions) (http.RoundTripper, error) {
|
||||
KeepAlive: 30 * time.Second,
|
||||
DualStack: true,
|
||||
}).DialContext,
|
||||
ForceAttemptHTTP2: true,
|
||||
MaxIdleConns: 100,
|
||||
MaxIdleConnsPerHost: 100,
|
||||
IdleConnTimeout: 90 * time.Second,
|
||||
|
Reference in New Issue
Block a user