mirror of
https://github.com/restic/restic.git
synced 2026-03-01 20:26:24 +00:00
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>