mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
Add changelog for async pack uploads
This commit is contained in:
parent
dbb5860dc9
commit
74df9d5998
1 changed files with 13 additions and 0 deletions
13
changelog/unreleased/issue-2696
Normal file
13
changelog/unreleased/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 right once the last one has
|
||||||
|
completed. 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
|
Loading…
Reference in a new issue