mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
5f0e61f1d3
commit
a4bf74fe3a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace FilterLists.Services.Snapshot
|
|||
{
|
||||
public class Snapshot
|
||||
{
|
||||
private const int BatchSize = 100000;
|
||||
private const int BatchSize = 10000;
|
||||
private readonly FilterListsDbContext dbContext;
|
||||
public readonly FilterListViewUrlDto List;
|
||||
protected readonly Data.Entities.Snapshot SnapEntity;
|
||||
|
|
|
|||
Loading…
Reference in a new issue