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 --- app/actualize_script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/actualize_script.php') diff --git a/app/actualize_script.php b/app/actualize_script.php index 5a6f4db61..5eb76b3ec 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -13,7 +13,7 @@ $begin_date = date_create('now'); $_GET['c'] = 'feed'; $_GET['a'] = 'actualize'; $_GET['ajax'] = 1; -$_GET['force'] = true; +$_GET['maxFeeds'] = PHP_INT_MAX; $_SERVER['HTTP_HOST'] = ''; $app = new FreshRSS(); -- cgit v1.2.3