daemon: select feeds to update randomly (fix)

master
Andrew Dolgov 17 years ago
parent 2707476735
commit a0c42c650c

@ -5287,8 +5287,6 @@
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.
$feeds_to_update = array();
while ($line = db_fetch_assoc($result)) {

Loading…
Cancel
Save