2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-26 04:22:36 +00:00
restic/changelog/unreleased/issue-1605

12 lines
429 B
Plaintext
Raw Normal View History

Enhancement: Concurrent restore
This change significantly improves restore performance, especially
when using high-latency remote repositories like B2.
Implementation uses threads to download and process miltiple remote
files concurrently. To further reduce restore time, each remote
file is downloaded using single repository request.
https://github.com/restic/restic/issues/1605
https://github.com/restic/restic/pull/1719