Files
restic/changelog/unreleased/pull-5720
T
Michael Eischer 14276b1794 Polish changelogs
2026-05-14 23:05:13 +02:00

10 lines
384 B
Plaintext

Enhancement: Speed up index loading
Loading the index for a large repository is now significantly faster. The
`mount` command now also 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/5720
https://github.com/restic/restic/pull/5713