mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
increase batch size (huge lists grind nearly to a halt)
This commit is contained in:
parent
cfca38b4f2
commit
f39a4c20b0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace FilterLists.Services.Snapshot
|
|||
{
|
||||
public class Snapshot
|
||||
{
|
||||
private const int BatchSize = 1000;
|
||||
private const int BatchSize = 10000;
|
||||
public readonly FilterListViewUrlDto List;
|
||||
protected readonly Data.Entities.Snapshot SnapEntity;
|
||||
private readonly FilterListsDbContext dbContext;
|
||||
|
|
|
|||
Loading…
Reference in a new issue