forked from TrueCloudLab/restic
parent
be205563be
commit
1c9fca6d14
3 changed files with 9 additions and 14 deletions
9
changelog/0.8.2/issue-1567
Normal file
9
changelog/0.8.2/issue-1567
Normal file
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Reduce number of backend requests for rebuild-index and prune
|
||||
|
||||
We've found a way to reduce then number of backend requests for the
|
||||
`rebuild-index` and `prune` operations. This significantly speeds up the
|
||||
operations for high-latency backends.
|
||||
|
||||
https://github.com/restic/restic/issues/1567
|
||||
https://github.com/restic/restic/pull/1574
|
||||
https://github.com/restic/restic/pull/1575
|
|
@ -1,7 +0,0 @@
|
|||
Enhancement: Reduce number of remote requests reading pack header
|
||||
|
||||
This change eliminates extra remote repository calls for most pack
|
||||
files and improves repository reindex and purge time.
|
||||
|
||||
https://github.com/restic/restic/issues/1567
|
||||
https://github.com/restic/restic/pull/1574
|
|
@ -1,7 +0,0 @@
|
|||
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
|
Loading…
Reference in a new issue