mirror of
https://github.com/restic/restic.git
synced 2026-06-06 17:09:44 +00:00
184103647a
The seen BlobSet always contained a subset of the entries in blobs. Thus use blobs instead and avoid the memory overhead of the second set. Suggested-by: Alexander Weiss <alex@weissfam.de>