mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Rename alternative scheduler to entry_frequency
This commit is contained in:
parent
cead85b165
commit
7e5157f218
8 changed files with 181 additions and 189 deletions
10
miniflux.1
10
miniflux.1
|
@ -111,13 +111,13 @@ Refresh interval in minutes for feeds (default is 60 minutes)\&.
|
|||
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"
|
||||
Scheduler used for polling feeds. Possible values are "round_robin" (default) or "entry_frequency"\&.
|
||||
.TP
|
||||
.B SCHEDULER_ENTRY_COUNT_BASED_MAX_INTERVAL
|
||||
The maximum interval in minutes for the entry-count-based scheduler
|
||||
.B SCHEDULER_ENTRY_FREQUENCY_MAX_INTERVAL
|
||||
Maximum interval in minutes for the entry frequency scheduler (default is 24 hours)\&.
|
||||
.TP
|
||||
.B SCHEDULER_ENTRY_COUNT_BASED_MIN_INTERVAL
|
||||
The minimum interval in minutes for the entry-count-based scheduler
|
||||
.B SCHEDULER_ENTRY_FREQUENCY_MIN_INTERVAL
|
||||
Minimum interval in minutes for the entry frequency scheduler (default is 5 minutes)\&.
|
||||
.TP
|
||||
.B DATABASE_URL
|
||||
Postgresql connection parameters\&.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue