mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add factor for entry_frequency scheduler
Allow the user to increase the frequency of the entry_frequency scheduler by a configurable factor in order to shorten the time between updates.
This commit is contained in:
parent
64c4c6b347
commit
bea9017b48
6 changed files with 79 additions and 3 deletions
|
@ -181,6 +181,11 @@ Minimum interval in minutes for the entry frequency scheduler\&.
|
|||
.br
|
||||
Default is 5 minutes\&.
|
||||
.TP
|
||||
.B SCHEDULER_ENTRY_FREQUENCY_FACTOR
|
||||
Factor to increase refresh frequency for the entry frequency scheduler\&.
|
||||
.br
|
||||
Default is 1\&.
|
||||
.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