mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
bump batch size
This commit is contained in:
parent
12088be517
commit
7da1f936e5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace FilterLists.Services.SnapshotService
|
|||
{
|
||||
public class SnapshotDe
|
||||
{
|
||||
private const int BatchSize = 100;
|
||||
private const int BatchSize = 1000;
|
||||
private readonly FilterListsDbContext dbContext;
|
||||
private readonly FilterListViewUrlDto list;
|
||||
private Snapshot snapshot;
|
||||
|
|
|
|||
Loading…
Reference in a new issue