From aeca30cb0c6b26c569f66c5043690d5528fc481b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 May 2025 13:26:58 +0300 Subject: drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes --- classes/RSSUtils.php | 1 - 1 file changed, 1 deletion(-) (limited to 'classes/RSSUtils.php') 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') . ')'; -- cgit v1.2.3-54-g00ecf