From 66cf5ca48e9dce5d436669d031c2a02ecede9221 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 17 Aug 2018 06:33:18 -0500 Subject: [PATCH] drop batch size ref #343 --- src/FilterLists.Services/Snapshot/SnapshotDe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Services/Snapshot/SnapshotDe.cs b/src/FilterLists.Services/Snapshot/SnapshotDe.cs index 65742a5b1..95ee4ace2 100644 --- a/src/FilterLists.Services/Snapshot/SnapshotDe.cs +++ b/src/FilterLists.Services/Snapshot/SnapshotDe.cs @@ -17,7 +17,7 @@ public class SnapshotDe private const string UserAgentString = @"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"; - private const int BatchSize = 100; + private const int BatchSize = 50; private readonly FilterListsDbContext dbContext; private readonly EmailService emailService; private readonly FilterListViewUrlDto list;