1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00

docs: clarify POLLING_FREQUENCY documentation

This commit is contained in:
Frédéric Guillot 2025-09-29 21:22:19 -07:00
parent 5a97bf8b5e
commit 8adcaed29e

View file

@ -1,5 +1,5 @@
.\" Manpage for miniflux. .\" Manpage for miniflux.
.TH "MINIFLUX" "1" "August 19, 2025" "\ \&" "\ \&" .TH "MINIFLUX" "1" "September 29, 2025" "\ \&" "\ \&"
.SH NAME .SH NAME
miniflux \- Minimalist and opinionated feed reader miniflux \- Minimalist and opinionated feed reader
@ -486,7 +486,9 @@ Set to 1 to authorize OAuth2 user creation\&.
Disabled by default\&. Disabled by default\&.
.TP .TP
.B POLLING_FREQUENCY .B POLLING_FREQUENCY
Refresh interval in minutes for feeds\&. Interval for the background job scheduler.
.br
Determines how often a batch of feeds is selected for refresh, based on their last refresh time\&.
.br .br
Default is 60 minutes\&. Default is 60 minutes\&.
.TP .TP