mirror of
https://github.com/restic/restic.git
synced 2026-06-25 18:14:17 +00:00
10 lines
399 B
Plaintext
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
|