restic/changelog/0.8.2/pull-1575

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