From a7e2e57160e7faaa94fe0287befe1c90ca6dda7f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 12 Feb 2018 05:42:45 -0600 Subject: [PATCH] add zipped list 173 to snapshot ignores --- src/FilterLists.Services/SnapshotService/SnapshotService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {