1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

daemon: rate limit in-between feed updates

This commit is contained in:
Andrew Dolgov
2006-02-12 09:06:09 +01:00
parent 78ea1de08c
commit 13def21952

View File

@@ -89,6 +89,7 @@
print "Updating...\n";
update_rss_feed($link, $line["feed_url"], $line["id"], true);
sleep(3); // prevent flood (FIXME make this an option?)
} else {
print "Update not needed.\n";
}