add zipped list 173 to snapshot ignores

This commit is contained in:
Collin Barrett 2018-02-12 05:42:45 -06:00
parent 88e3ba911b
commit 03d364029a

View file

@ -13,7 +13,7 @@ public class SnapshotService
private readonly FilterListsDbContext dbContext;
//lists too large to snapshot with current algorithm
private readonly List<int> ignoreLists = new List<int> {48};
private readonly List<int> ignoreLists = new List<int> {48, 173};
public SnapshotService(FilterListsDbContext dbContext)
{