mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
Add changelog for local/sftp connection limit
This commit is contained in:
parent
ac9324aeaf
commit
29a8f92967
8
changelog/unreleased/pull-3475
Normal file
8
changelog/unreleased/pull-3475
Normal 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
|
Loading…
Reference in New Issue
Block a user