Skip to content

Commit

Permalink
Increase default batch size value
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed May 1, 2021
1 parent 5b8eb47 commit 89e8e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
defaultBasePath = ""
defaultWorkerPoolSize = 5
defaultPollingFrequency = 60
defaultBatchSize = 10
defaultBatchSize = 100
defaultPollingScheduler = "round_robin"
defaultSchedulerEntryFrequencyMinInterval = 5
defaultSchedulerEntryFrequencyMaxInterval = 24 * 60
Expand Down
4 changes: 2 additions & 2 deletions miniflux.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"\&.
Expand Down

0 comments on commit 89e8e94

Please sign in to comment.