mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
44d5e105c9
commit
66cf5ca48e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue