mirror of
https://github.com/restic/restic.git
synced 2026-06-01 22:59:44 +00:00
afc593676a
Discard blobs that aren't in use any more. This greatly reduces memory usage and will probably only trigger on sequential read (e.g. for restore via fuse). Closes #480