mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
9b232ff278
commit
0b976041c8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace FilterLists.Services.Snapshot
|
|||
{
|
||||
public class Snapshot
|
||||
{
|
||||
private const int BatchSize = 1000;
|
||||
private const int BatchSize = 500;
|
||||
private readonly FilterListsDbContext dbContext;
|
||||
private readonly FilterListViewUrlDto list;
|
||||
private readonly Data.Entities.Snapshot snapEntity;
|
||||
|
|
|
|||
Loading…
Reference in a new issue