mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add zipped list 173 to snapshot ignores
This commit is contained in:
parent
3b032990a5
commit
a7e2e57160
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue