mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Increase default batch size value
This commit is contained in:
parent
5b8eb4735c
commit
89e8e94bf1
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ const (
|
|||
defaultBasePath = ""
|
||||
defaultWorkerPoolSize = 5
|
||||
defaultPollingFrequency = 60
|
||||
defaultBatchSize = 10
|
||||
defaultBatchSize = 100
|
||||
defaultPollingScheduler = "round_robin"
|
||||
defaultSchedulerEntryFrequencyMinInterval = 5
|
||||
defaultSchedulerEntryFrequencyMaxInterval = 24 * 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue