bump batch size

This commit is contained in:
Collin M. Barrett 2018-02-05 12:33:38 -06:00
parent 749a273daf
commit 51b649b1af

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;