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