Skip to content

Commit

Permalink
add list 149 to snpahot blacklist
Browse files Browse the repository at this point in the history
causes service to hang, frequent 404s. will need to investigate at some point. kinda ref #200
  • Loading branch information
collinbarrett committed Feb 22, 2018
1 parent ecf4386 commit 82377e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SnapshotService
private readonly FilterListsDbContext dbContext;

//TODO: update algorithm to support non-standard list sizes and formats (#200, #201)
private readonly List<int> ignoreLists = new List<int> {48, 173, 185, 186, 187, 188, 189, 352};
private readonly List<int> ignoreLists = new List<int> {48, 149, 173, 185, 186, 187, 188, 189, 352};

public SnapshotService(FilterListsDbContext dbContext)
{
Expand Down

0 comments on commit 82377e4

Please sign in to comment.