0084e42cb6
Use pack file size returned by Backend.List() to avoid extra per-pack Backend.Stat() requests Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
7 lines
271 B
Text
7 lines
271 B
Text
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
|