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 33bdef6783
commit 8b00cf5ed6

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;