bump batchsize (ram bumped on server)

ref #344
This commit is contained in:
Collin Barrett 2018-08-26 20:43:15 -05:00
parent b506df15a7
commit 269a983601

View file

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