mirror of
https://github.com/restic/restic.git
synced 2025-08-13 19:09:16 +00:00
Optimize Repository.ListPack()
Use pack file size returned by Backend.List() to avoid extra per-pack Backend.Stat() requests Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
This commit is contained in:
7
changelog/0.8.2/pull-1575
Normal file
7
changelog/0.8.2/pull-1575
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user