From adce279d0482d1b6aac1c6dbb51cf14adb4bcdcf Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 10 May 2026 00:38:01 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/pull-5720 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/pull-5720 b/changelog/unreleased/pull-5720 index 13600af83..ea70bfbe3 100644 --- a/changelog/unreleased/pull-5720 +++ b/changelog/unreleased/pull-5720 @@ -1,7 +1,9 @@ -Enhancement: speed up index loading in `restic mount` +Enhancement: speed up index loading -`restic mount` now loads the index once on startup and incrementally loads only +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