mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add SCHEDULER_ROUND_ROBIN_MIN_INTERVAL
Separated from POLLING_FREQUENCY.
This commit is contained in:
parent
fe0ef8b579
commit
70b69ecd19
6 changed files with 76 additions and 1 deletions
|
@ -203,6 +203,11 @@ Factor to increase refresh frequency for the entry frequency scheduler\&.
|
|||
.br
|
||||
Default is 1\&.
|
||||
.TP
|
||||
.B SCHEDULER_ROUND_ROBIN_MIN_INTERVAL
|
||||
Minimum interval in minutes for the round robin scheduler\&.
|
||||
.br
|
||||
Default is 60 minutes\&.
|
||||
.TP
|
||||
.B POLLING_PARSING_ERROR_LIMIT
|
||||
The maximum number of parsing errors that the program will try before stopping polling a feed. Once the limit is reached, the user must refresh the feed manually. Set to 0 for unlimited.
|
||||
.br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue