From a4bf74fe3a5d6ba14fc8da18dfcadea1eabbeb41 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 27 Aug 2018 15:29:29 -0500 Subject: [PATCH] see if batchsize is effecting mysqld swap ref #344 --- src/FilterLists.Services/Snapshot/Snapshot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Services/Snapshot/Snapshot.cs b/src/FilterLists.Services/Snapshot/Snapshot.cs index 93ecad83e..30a70bd8f 100644 --- a/src/FilterLists.Services/Snapshot/Snapshot.cs +++ b/src/FilterLists.Services/Snapshot/Snapshot.cs @@ -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;