From 4cf1c8e8da193bbaba889426eb8c510505daa6e2 Mon Sep 17 00:00:00 2001 From: greatroar <@> Date: Sun, 12 Jul 2020 10:17:04 +0200 Subject: [PATCH] Changelog entry for subquadratic reading in mount --- changelog/unreleased/pull-2790 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pull-2790 diff --git a/changelog/unreleased/pull-2790 b/changelog/unreleased/pull-2790 new file mode 100644 index 000000000..b1cbd2c19 --- /dev/null +++ b/changelog/unreleased/pull-2790 @@ -0,0 +1,6 @@ +Enhancement: Optimized file access in restic mount + +Reading large (> 100GiB) files from restic mountpoints is now faster, +and the speedup is greater for larger files. + +https://github.com/restic/restic/pull/2790