From e1b16180150c8602b0e44f5291e6b56756999019 Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Wed, 2 Sep 2020 00:33:13 -0500 Subject: [PATCH] Update POLLING_SCHEDULER description in man page --- miniflux.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniflux.1 b/miniflux.1 index 2f57f098..46a398b7 100644 --- a/miniflux.1 +++ b/miniflux.1 @@ -112,6 +112,8 @@ Number of feeds to send to the queue for each interval (default is 10)\&. .TP .B POLLING_SCHEDULER Scheduler used for polling feeds. Possible values are "round_robin" (default) or "entry_frequency"\&. +The maximum number of feeds polled for a given period is subject to POLLING_FREQUENCY and BATCH_SIZE\&. +When "entry_frequency" is selected, the refresh interval for a given feed is equal to the average updating interval of the last week of the feed\&. The actual number of feeds polled will not exceed the maximum number of feeds that could be polled for a given period\&. .TP .B SCHEDULER_ENTRY_FREQUENCY_MAX_INTERVAL Maximum interval in minutes for the entry frequency scheduler (default is 24 hours)\&.