1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 20:11:29 +00:00

daemon2: make sure daemon actually updates feeds, duh

This commit is contained in:
Andrew Dolgov
2010-08-26 13:06:01 +04:00
parent 51ddf0f8bb
commit cce9822a53

View File

@@ -5895,6 +5895,8 @@
if($debug) _debug("Feed: " . $line["feed_url"] . ", " . $line["last_updated"]); if($debug) _debug("Feed: " . $line["feed_url"] . ", " . $line["last_updated"]);
update_rss_feed($link, $line["id"], true);
sleep(1); // prevent flood (FIXME make this an option?) sleep(1); // prevent flood (FIXME make this an option?)
} }