mirror of
https://github.com/restic/restic.git
synced 2025-12-02 13:32:02 +00:00
Merge pull request #5299 from Martin2112/go_cleanup
A few more small cleanups that should not change behaviour.
This commit is contained in:
@@ -80,7 +80,6 @@ func Transport(opts TransportOptions) (http.RoundTripper, error) {
|
||||
DialContext: (&net.Dialer{
|
||||
Timeout: 30 * time.Second,
|
||||
KeepAlive: 30 * time.Second,
|
||||
DualStack: true,
|
||||
}).DialContext,
|
||||
MaxIdleConns: 100,
|
||||
MaxIdleConnsPerHost: 100,
|
||||
|
||||
Reference in New Issue
Block a user