mirror of
https://github.com/restic/restic.git
synced 2025-10-10 08:33:01 +00:00

Use pack file size returned by Backend.List() to avoid extra per-pack Backend.Stat() requests Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
Enhancement: Reduce number of remote requests during Repository.ListPack()
|
|
|
|
This change eliminates redundant remote repository calls and improves
|
|
repository reindex and purge time.
|
|
|
|
https://github.com/restic/restic/issues/1567
|
|
https://github.com/restic/restic/pull/1575
|