From 409306db2b4b2c0aa5c754fdedfcd6af138d3d7c Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 20 Jun 2021 14:46:37 +0200 Subject: [PATCH] Add changelog for #3426 --- changelog/unreleased/pull-3426 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-3426 diff --git a/changelog/unreleased/pull-3426 b/changelog/unreleased/pull-3426 new file mode 100644 index 000000000..f2f98c8e2 --- /dev/null +++ b/changelog/unreleased/pull-3426 @@ -0,0 +1,7 @@ +Enhancement: Optimize read performance of mount command + +Reading large files in a mounted repository may be up to five times faster. +This improvement primarily applies to repositories stored at a backend that can +be accessed with low latency, like e.g. the local backend. + +https://github.com/restic/restic/pull/3426