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;