mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add alternative scheduler based on the number of entries
This commit is contained in:
parent
25d4b9fc0c
commit
cead85b165
12 changed files with 423 additions and 119 deletions
|
@ -110,6 +110,15 @@ Refresh interval in minutes for feeds (default is 60 minutes)\&.
|
|||
.B BATCH_SIZE
|
||||
Number of feeds to send to the queue for each interval (default is 10)\&.
|
||||
.TP
|
||||
.B POLLING_SCHEDULER
|
||||
The scheduler used for polling feeds. Possible values include: "round_robin", "entry_count_based"
|
||||
.TP
|
||||
.B SCHEDULER_ENTRY_COUNT_BASED_MAX_INTERVAL
|
||||
The maximum interval in minutes for the entry-count-based scheduler
|
||||
.TP
|
||||
.B SCHEDULER_ENTRY_COUNT_BASED_MIN_INTERVAL
|
||||
The minimum interval in minutes for the entry-count-based scheduler
|
||||
.TP
|
||||
.B DATABASE_URL
|
||||
Postgresql connection parameters\&.
|
||||
.br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue