see if batchsize is effecting mysqld swap

ref #344
This commit is contained in:
Collin M. Barrett 2018-08-27 15:29:29 -05:00
parent 5f0e61f1d3
commit a4bf74fe3a

View file

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