mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
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
|