Merge pull request #3727 from MichaelEischer/changelog-3475

Add changelog for local/sftp connection limit
This commit is contained in:
Alexander Neumann 2022-04-30 14:05:21 +02:00 committed by GitHub
commit 71c653f9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Enhancement: Allow limiting IO concurrency for local and sftp backend
restic did not support limiting the IO concurrency / number of connections for
accessing repositories stored using the local or sftp backend. The number of
connections is now limited as for other backends. It can be configured via the
the `-o local.connections=2` and `-o sftp.connections=5` options.
https://github.com/restic/restic/pull/3475