try 5x Snapshot BatchSize

This commit is contained in:
Collin M. Barrett 2018-09-29 12:40:29 -05:00
parent 2f86110087
commit 61cb73a66a

View file

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