bump batch size

This commit is contained in:
Collin M. Barrett 2018-02-05 12:33:38 -06:00
parent 12088be517
commit 7da1f936e5

View file

@ -11,7 +11,7 @@ namespace FilterLists.Services.SnapshotService
{
public class SnapshotDe
{
private const int BatchSize = 100;
private const int BatchSize = 1000;
private readonly FilterListsDbContext dbContext;
private readonly FilterListViewUrlDto list;
private Snapshot snapshot;