From f0d4f2762d2b74eeadf2fb64ff83039b5cc16c26 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 3 Dec 2023 19:52:02 +0100 Subject: Rework keepmax (#5905) * Rework keepmax fix https://github.com/FreshRSS/FreshRSS/issues/5702 fix https://github.com/FreshRSS/FreshRSS/issues/5870 * More WIP * Minor progress * Progress * Beta * Improved debug message * Revert noCommit * Fix variable reset * Remove debug syslogs --- docs/en/users/09_refreshing_feeds.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'docs/en/users') diff --git a/docs/en/users/09_refreshing_feeds.md b/docs/en/users/09_refreshing_feeds.md index 0f3debfc3..94b689b0d 100644 --- a/docs/en/users/09_refreshing_feeds.md +++ b/docs/en/users/09_refreshing_feeds.md @@ -58,19 +58,15 @@ To do so, you need to create a scheduled task, which need to call a specific URL Special parameters to configure the script - all parameters can be combined: -- Parameter "force" - -If *force* is set to 1 all feeds will be refreshed at once. - -- Parameter "ajax" +- Parameter `ajax` Only a status site is returned and not a complete website. Example: "OK" -- Parameter "maxFeeds" +- Parameter `maxFeeds` -If *maxFeeds* is set the configured amount of feeds is refreshed at once. The default setting is "10". +If *maxFeeds* is set the configured amount of feeds is refreshed at once. The default setting is `10`. -- Parameter "token" +- Parameter `token` Security parameter to prevent unauthorized refreshes. For detailed Documentation see "Form authentication". -- cgit v1.2.3