Files
restic/changelog/unreleased/pull-5720
T
Michael Eischer adce279d04 add changelog
2026-05-10 00:38:01 +02:00

10 lines
408 B
Plaintext

Enhancement: speed up index loading
Loading the index for a large repository is now significantly faster. `restic mount`
now also loads the index once on startup and incrementally loads only
new index files afterwards. In addition, `restic mount` now loads snapshots
before printing that the repository is being served.
https://github.com/restic/restic/pull/5720
https://github.com/restic/restic/pull/5713