mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 09:59:15 +00:00
disable debug output in daemon
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
continue;
|
||||
}
|
||||
|
||||
printf("%d ? %d\n", time() - strtotime($line["last_updated"]) > $upd_intl*60,
|
||||
$upd_intl*60);
|
||||
# printf("%d ? %d\n", time() - strtotime($line["last_updated"]) > $upd_intl*60,
|
||||
# $upd_intl*60);
|
||||
|
||||
if (!$line["last_updated"] ||
|
||||
time() - strtotime($line["last_updated"]) > ($upd_intl * 60)) {
|
||||
|
||||
Reference in New Issue
Block a user