half batch size to try reducing aborted connections count

This commit is contained in:
Collin M. Barrett 2018-09-08 12:33:44 -05:00
parent b202501011
commit 8c1251ee63

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;