cut batchsize by 75% (mysql out of memory)

ref #357
This commit is contained in:
Collin M. Barrett 2018-08-20 09:12:26 -05:00
parent 4a9bb075d0
commit 6f52ebcb55

View file

@ -15,7 +15,7 @@ namespace FilterLists.Services.Snapshot
{
public class Snapshot
{
private const int BatchSize = 1000;
private const int BatchSize = 250;
private readonly FilterListsDbContext dbContext;
private readonly FilterListViewUrlDto list;
private readonly Data.Entities.Snapshot snapEntity;