forked from TrueCloudLab/restic
8 lines
271 B
Text
8 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
|