mirror of
https://github.com/restic/restic.git
synced 2025-11-01 07:01:03 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
13
changelog/0.14.0_2022-08-25/issue-2696
Normal file
13
changelog/0.14.0_2022-08-25/issue-2696
Normal file
@@ -0,0 +1,13 @@
|
||||
Enhancement: Improve backup speed with many small files
|
||||
|
||||
We have restructured the backup pipeline to continue reading files while all
|
||||
upload connections are busy. This allows the backup to already prepare the next
|
||||
data file such that the upload can continue as soon as a connection becomes
|
||||
available. This can especially improve the backup performance for high latency
|
||||
backends.
|
||||
|
||||
The upload concurrency is now controlled using the `-o <backend-name>.connections=5`
|
||||
option.
|
||||
|
||||
https://github.com/restic/restic/issues/2696
|
||||
https://github.com/restic/restic/pull/3489
|
||||
Reference in New Issue
Block a user