mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add global option POLLING_PARSING_ERROR_LIMIT
This commit is contained in:
parent
b45c1cf327
commit
7c44238bae
6 changed files with 51 additions and 7 deletions
|
@ -146,6 +146,11 @@ Minimum interval in minutes for the entry frequency scheduler\&.
|
|||
.br
|
||||
Default is 5 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
|
||||
Default is 3\&.
|
||||
.TP
|
||||
.B DATABASE_URL
|
||||
Postgresql connection parameters\&.
|
||||
.br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue