mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 01:19:15 +00:00
tweak daemon msgs
This commit is contained in:
@@ -142,12 +142,12 @@
|
||||
if (!$line["last_updated"] ||
|
||||
time() - strtotime($line["last_updated"]) > ($upd_intl * 60)) {
|
||||
|
||||
_debug("\tUpdating...");
|
||||
_debug("Updating...");
|
||||
|
||||
update_rss_feed($link, $line["feed_url"], $line["id"], true);
|
||||
sleep(1); // prevent flood (FIXME make this an option?)
|
||||
} else {
|
||||
_debug("\tUpdate not needed.");
|
||||
_debug("Update not needed.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user