mirror of
https://github.com/restic/restic.git
synced 2026-05-14 22:35:23 +00:00
10 lines
408 B
Plaintext
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
|