mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Allow HTTP/2
This commit is contained in:
parent
f647614e24
commit
5427119205
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user