try 10x-ing batch size

ref #344
This commit is contained in:
Collin M. Barrett 2018-08-27 14:03:22 -05:00
parent 8f8a53c1ce
commit 474aa0e724

View file

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