summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_daemon.php b/update_daemon.php
index b780c7f7e..62f0982fc 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -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";
}