mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:05:57 +00:00
daemon: select feeds to update randomly (fix)
This commit is contained in:
@@ -5287,8 +5287,6 @@
|
|||||||
|
|
||||||
if($debug) _debug(sprintf("Scheduled %d feeds to update...\n", db_num_rows($result)));
|
if($debug) _debug(sprintf("Scheduled %d feeds to update...\n", db_num_rows($result)));
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
// Here is a little cache magic in order to minimize risk of double feed updates.
|
// Here is a little cache magic in order to minimize risk of double feed updates.
|
||||||
$feeds_to_update = array();
|
$feeds_to_update = array();
|
||||||
while ($line = db_fetch_assoc($result)) {
|
while ($line = db_fetch_assoc($result)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user