add additional compressed lists to snapshot ignores

This commit is contained in:
Collin M. Barrett 2018-02-12 05:53:05 -06:00
parent a7e2e57160
commit 3e3740df60

View file

@ -12,8 +12,8 @@ public class SnapshotService
{
private readonly FilterListsDbContext dbContext;
//lists too large to snapshot with current algorithm
private readonly List<int> ignoreLists = new List<int> {48, 173};
//TODO: update algorithm to support non-standard list sizes and formats
private readonly List<int> ignoreLists = new List<int> {48, 173, 185, 186, 187, 188, 189};
public SnapshotService(FilterListsDbContext dbContext)
{