diff --git a/src/FilterLists.Services/SnapshotService/SnapshotService.cs b/src/FilterLists.Services/SnapshotService/SnapshotService.cs index dcbed9d00..171bd1d4c 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotService.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotService.cs @@ -12,8 +12,8 @@ public class SnapshotService { private readonly FilterListsDbContext dbContext; - //lists too large to snapshot with current algorithm - private readonly List ignoreLists = new List {48, 173}; + //TODO: update algorithm to support non-standard list sizes and formats + private readonly List ignoreLists = new List {48, 173, 185, 186, 187, 188, 189}; public SnapshotService(FilterListsDbContext dbContext) {