summaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
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') . ')';