2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Changelog entry for subquadratic reading in mount

This commit is contained in:
greatroar 2020-07-12 10:17:04 +02:00 committed by Michael Eischer
parent 58719e1f47
commit 4cf1c8e8da

View File

@ -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