mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
skip snaps of 526 for now
This commit is contained in:
parent
09f956bc69
commit
a59b2a4d51
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ FROM snapshots_rules
|
|||
private async Task<IEnumerable<FilterListViewUrlDto>> GetListsToCapture(int batchSize) =>
|
||||
await DbContext
|
||||
.FilterLists
|
||||
.Where(l => l.Id != 526) //~2 million rules, too big for SnapshotService currently
|
||||
.OrderBy(l => l.Snapshots.Any())
|
||||
.ThenByDescending(ifLastSnapFailed)
|
||||
.ThenBy(lastSnapTimestamp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue