Files
restic/changelog/0.19.0_2026-06-09/pull-5720
T
2026-06-09 18:48:35 +02:00

10 lines
399 B
Plaintext

Enhancement: Significantly speed up index loading
Loading the index for a large repository is now significantly faster. Also,
the `mount` command now loads the index once at startup and then only loads
new index files as they appear. It also loads snapshots before printing that
the repository is being served.
https://github.com/restic/restic/pull/5713
https://github.com/restic/restic/pull/5720