Use whitelist flag to delete

This commit is contained in:
Daniel 2020-09-25 10:18:56 +02:00
parent 1bf7946e58
commit 3474b04228

View file

@ -210,7 +210,7 @@ func processEntry(ctx context.Context, filter *scopedBloom, entry *listEntry, re
}
// If the entry is a "delete" update, actually delete it to save space.
if len(entry.Sources) == 0 {
if entry.Whitelist {
r.CreateMeta()
r.Meta().Delete()
}