aboutsummaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-02 13:26:58 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-02 13:26:58 +0300
commitaeca30cb0c6b26c569f66c5043690d5528fc481b (patch)
tree38d4659e8539d7e8588306c1fd36d4d21f453719 /classes/RSSUtils.php
parenta51c1d5176d0285a4fecc6e1e84d9f7dc4abaca5 (diff)
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Diffstat (limited to 'classes/RSSUtils.php')
-rw-r--r--classes/RSSUtils.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php
index 67ee3709d..eef0d8540 100644
--- a/classes/RSSUtils.php
+++ b/classes/RSSUtils.php
@@ -129,7 +129,6 @@ class RSSUtils {
))";
// Test if feed is currently being updated by another process.
- // TODO: Update RPC::updaterandomfeed_real() to also use 10 minutes?
$updstart_thresh_qpart = 'AND (last_update_started IS NULL OR '
. Db::past_comparison_qpart('last_update_started', '<', 10, 'minute') . ')';