half batch size

ref #344
This commit is contained in:
Collin Barrett 2018-08-26 20:13:09 -05:00
parent 76e103d846
commit b506df15a7

View file

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