drop batch size a tad more

ref #344
This commit is contained in:
Collin Barrett 2018-08-26 19:45:43 -05:00
parent ef1ee9cf4c
commit 76e103d846

View file

@ -18,7 +18,7 @@ namespace FilterLists.Services.Snapshot
{
public class Snapshot
{
private const int BatchSize = 1000;
private const int BatchSize = 500;
private readonly FilterListsDbContext dbContext;
public readonly FilterListViewUrlDto List;
protected readonly Data.Entities.Snapshot SnapEntity;