1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 22:11:30 +00:00

implement support for daily digests

This commit is contained in:
Andrew Dolgov
2006-08-21 07:43:38 +01:00
parent 144a5ef8bc
commit 9cd7c995e7
5 changed files with 63 additions and 6 deletions

View File

@@ -148,6 +148,8 @@
}
}
send_headlines_digests($link);
print "Sleeping for " . DAEMON_SLEEP_INTERVAL . " seconds...\n";
sleep(DAEMON_SLEEP_INTERVAL);