mirror of
https://github.com/restic/restic.git
synced 2025-12-20 23:00:24 -05:00
9 lines
290 B
Text
9 lines
290 B
Text
|
|
Enhancement: Optimize `restic mount`
|
||
|
|
|
||
|
|
We've optimized the FUSE implementation used within restic.
|
||
|
|
`restic mount` is now more responsive and uses less memory.
|
||
|
|
|
||
|
|
https://github.com/restic/restic/issues/1680
|
||
|
|
https://github.com/restic/restic/pull/2587
|
||
|
|
https://github.com/restic/restic/pull/2787
|