diff --git a/config/options.go b/config/options.go index e522e886..91ec48c4 100644 --- a/config/options.go +++ b/config/options.go @@ -25,7 +25,7 @@ const ( defaultBasePath = "" defaultWorkerPoolSize = 5 defaultPollingFrequency = 60 - defaultBatchSize = 10 + defaultBatchSize = 100 defaultPollingScheduler = "round_robin" defaultSchedulerEntryFrequencyMinInterval = 5 defaultSchedulerEntryFrequencyMaxInterval = 24 * 60 diff --git a/miniflux.1 b/miniflux.1 index 04b87c47..7e4b2578 100644 --- a/miniflux.1 +++ b/miniflux.1 @@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "February 20, 2021" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "April 30, 2021" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader @@ -136,7 +136,7 @@ Default is 60 minutes\&. .B BATCH_SIZE Number of feeds to send to the queue for each interval\&. .br -Default is 10 feeds\&. +Default is 100 feeds\&. .TP .B POLLING_SCHEDULER Scheduler used for polling feeds. Possible values are "round_robin" or "entry_frequency"\&.