diff --git a/src/FilterLists.Services/SnapshotService/SnapshotService.cs b/src/FilterLists.Services/SnapshotService/SnapshotService.cs index 67a5544f1..dcbed9d00 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotService.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotService.cs @@ -13,7 +13,7 @@ public class SnapshotService private readonly FilterListsDbContext dbContext; //lists too large to snapshot with current algorithm - private readonly List ignoreLists = new List {48}; + private readonly List ignoreLists = new List {48, 173}; public SnapshotService(FilterListsDbContext dbContext) {