mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
|
Enhancement: Speed-up file deletion in forget, prune and rebuild-index
|
||
|
|
||
|
We've sped up the file deletion for the commands forget, prune and
|
||
|
rebuild-index, especially for remote repositories.
|
||
|
Deletion was sequential before and is now run in parallel.
|
||
|
|
||
|
https://github.com/restic/restic/pull/2840
|