half batch size to try reducing aborted connections count

This commit is contained in:
Collin Barrett 2018-09-08 12:33:44 -05:00
parent 06bd66af98
commit 9513bdc1b4

View file

@ -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;