Add changelog for #3426

This commit is contained in:
Michael Eischer 2021-06-20 14:46:37 +02:00
parent c1eb7ac1a1
commit 409306db2b
1 changed files with 7 additions and 0 deletions

View File

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