From 8adcaed29ed56e3db81762cb0e3160838d5c12d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 29 Sep 2025 21:22:19 -0700 Subject: [PATCH] docs: clarify POLLING_FREQUENCY documentation --- miniflux.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/miniflux.1 b/miniflux.1 index fe059cf7..b0ba0bbf 100644 --- a/miniflux.1 +++ b/miniflux.1 @@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "August 19, 2025" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "September 29, 2025" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader @@ -486,7 +486,9 @@ Set to 1 to authorize OAuth2 user creation\&. Disabled by default\&. .TP .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 Default is 60 minutes\&. .TP