Merge pull request #1548 from ifedorenko/checker-backend-Test

checker: Optimize checker.Packs()
This commit is contained in:
Alexander Neumann
2018-01-19 13:05:35 +01:00
2 changed files with 32 additions and 61 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Reduce number of remote requests during repository check
This change eliminates redundant remote repository calls and significantly
improves repository check time.
https://github.com/restic/restic/issues/1541