mirror of
https://github.com/octoleo/restic.git
synced 2024-11-15 09:44:15 +00:00
231076fa4a
Use result of single repository.List() to find both missing and orphaned data packs. For 500GB repository this eliminates ~100K repository.Test() calls and improves check time by >30M in my environment (~45min before this change and ~7min after). Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
Enhancement: Reduce number of remote requests during repository check
|
|
|
|
This change eliminates redundant remote repository calls and significantly
|
|
improves repository check time.
|
|
|
|
https://github.com/restic/restic/issues/1541
|