mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 05:12:10 +00:00
Rework changelog entry
This commit is contained in:
parent
bda8d7722e
commit
21a3486ebb
@ -3,9 +3,9 @@ Enhancement: Concurrent restore
|
|||||||
This change significantly improves restore performance, especially
|
This change significantly improves restore performance, especially
|
||||||
when using high-latency remote repositories like B2.
|
when using high-latency remote repositories like B2.
|
||||||
|
|
||||||
Implementation uses threads to download and process miltiple remote
|
The implementation now uses several concurrent threads to download and process
|
||||||
files concurrently. To further reduce restore time, each remote
|
multiple remote files concurrently. To further reduce restore time, each remote
|
||||||
file is downloaded using single repository request.
|
file is downloaded using a single repository request.
|
||||||
|
|
||||||
https://github.com/restic/restic/issues/1605
|
https://github.com/restic/restic/issues/1605
|
||||||
https://github.com/restic/restic/pull/1719
|
https://github.com/restic/restic/pull/1719
|
||||||
|
Loading…
Reference in New Issue
Block a user