2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/changelog/0.9.4_2019-01-06/issue-1605

12 lines
456 B
Plaintext
Raw Normal View History

Enhancement: Concurrent restore
This change significantly improves restore performance, especially
2018-10-14 15:38:12 +00:00
when using high-latency remote repositories like B2.
2018-10-14 15:38:12 +00:00
The implementation now uses several concurrent threads to download and process
multiple remote files concurrently. To further reduce restore time, each remote
file is downloaded using a single repository request.
https://github.com/restic/restic/issues/1605
https://github.com/restic/restic/pull/1719