batchsize = 500

ref #357
This commit is contained in:
Collin M. Barrett 2018-08-20 14:09:36 -05:00
parent ec2802a0a1
commit 0851f2f251

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;