mirror of
https://github.com/restic/restic.git
synced 2025-08-24 14:50:23 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
9
changelog/0.14.0_2022-08-25/pull-3475
Normal file
9
changelog/0.14.0_2022-08-25/pull-3475
Normal file
@@ -0,0 +1,9 @@
|
||||
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 backends. The number of
|
||||
connections is now limited as for other backends, and can be configured via the
|
||||
the `-o local.connections=2` and `-o sftp.connections=5` options. This ensures
|
||||
that restic does not overwhelm the backend with concurrent IO operations.
|
||||
|
||||
https://github.com/restic/restic/pull/3475
|
Reference in New Issue
Block a user