From 7da1f936e5aefc827efd32a54e0dfe68d930dba9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 5 Feb 2018 12:33:38 -0600 Subject: [PATCH] bump batch size --- src/FilterLists.Services/SnapshotService/SnapshotDe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs index 366053f40..40a40face 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs @@ -11,7 +11,7 @@ namespace FilterLists.Services.SnapshotService { public class SnapshotDe { - private const int BatchSize = 100; + private const int BatchSize = 1000; private readonly FilterListsDbContext dbContext; private readonly FilterListViewUrlDto list; private Snapshot snapshot;