mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
half batch size to try reducing aborted connections count
This commit is contained in:
parent
b202501011
commit
8c1251ee63
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace FilterLists.Services.Snapshot
|
|||
{
|
||||
public class Snapshot
|
||||
{
|
||||
private const int BatchSize = 10000;
|
||||
private const int BatchSize = 5000;
|
||||
public readonly FilterListViewUrlDto List;
|
||||
protected readonly Data.Entities.Snapshot SnapEntity;
|
||||
private readonly FilterListsDbContext dbContext;
|
||||
|
|
|
|||
Loading…
Reference in a new issue