mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
drop batch size by 1/10th
This commit is contained in:
parent
3dd459aa26
commit
87cf5edeab
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace FilterLists.Services.Snapshot
|
|||
{
|
||||
public class BatchSizeService : Service
|
||||
{
|
||||
private const int DefaultBatchSize = 10000;
|
||||
private const int DefaultBatchSize = 1000;
|
||||
private const float PercentMultiplier = 0.05F;
|
||||
|
||||
public BatchSizeService(FilterListsDbContext dbContext) : base(dbContext)
|
||||
|
|
|
|||
Loading…
Reference in a new issue