mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
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
|