1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

s3: Reduce connection limit, prevents timeouts

This commit is contained in:
Alexander Neumann 2017-04-17 19:18:58 +02:00
parent e3d1badfcf
commit b942f61272

View file

@ -17,7 +17,7 @@ import (
"restic/debug"
)
const connLimit = 40
const connLimit = 10
// s3 is a backend which stores the data on an S3 endpoint.
type s3 struct {