aboutsummaryrefslogtreecommitdiff
path: root/app/actualize_script.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-12-03 19:52:02 +0100
committerGravatar GitHub <noreply@github.com> 2023-12-03 19:52:02 +0100
commitf0d4f2762d2b74eeadf2fb64ff83039b5cc16c26 (patch)
treeebdb0bcffeb4370d1fa08defe7313dbf5f02e47a /app/actualize_script.php
parenteb2c2d9a01ba54865b944f75d8436f933ed3ebfc (diff)
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
Diffstat (limited to 'app/actualize_script.php')
-rwxr-xr-xapp/actualize_script.php2
1 files changed, 1 insertions, 1 deletions
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();