batchsize = 500

ref #357
This commit is contained in:
Collin M. Barrett 2018-08-20 14:09:36 -05:00
parent 9b232ff278
commit 0b976041c8

View file

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