diff --git a/src/restic/backend/s3/s3.go b/src/restic/backend/s3/s3.go index f59a92a15..18548ef40 100644 --- a/src/restic/backend/s3/s3.go +++ b/src/restic/backend/s3/s3.go @@ -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 {