From cb914b65c14e4f65101d8607c464515a77399a4d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 22 Feb 2018 17:08:48 -0600 Subject: [PATCH] add list 149 to snpahot blacklist causes service to hang, frequent 404s. will need to investigate at some point. kinda ref #200 --- 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 a2afb1ccc0..7bafb44373 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; //TODO: update algorithm to support non-standard list sizes and formats (#200, #201) - private readonly List ignoreLists = new List {48, 173, 185, 186, 187, 188, 189, 352}; + private readonly List ignoreLists = new List {48, 149, 173, 185, 186, 187, 188, 189, 352}; public SnapshotService(FilterListsDbContext dbContext) {