mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add FILTER_ENTRY_MAX_AGE_DAYS
config option to limit fetching all feed items
This commit is contained in:
parent
1ea3953271
commit
a78d1c79da
6 changed files with 53 additions and 4 deletions
|
@ -307,6 +307,13 @@ Set the value to 1 to disable the internal scheduler service\&.
|
|||
.br
|
||||
Default is false (The internal scheduler service is enabled)\&.
|
||||
.TP
|
||||
.B FILTER_ENTRY_MAX_AGE_DAYS
|
||||
Number of days after which new entries should be retained.\&.
|
||||
.br
|
||||
Set 7 to fetch only entries 7 days old.\&.
|
||||
.br
|
||||
Default is 0\&.
|
||||
.TP
|
||||
.B CERT_FILE
|
||||
Path to SSL certificate\&.
|
||||
.br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue