1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:25:57 +00:00

rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS

This commit is contained in:
Andrew Dolgov
2006-02-12 06:06:04 +01:00
parent 633d263b04
commit 085a5a7440
5 changed files with 29 additions and 22 deletions

View File

@@ -34,9 +34,13 @@
while (true) {
// FIXME: get all schedule updates w/forced refetch
// FIXME: get all scheduled updates w/forced refetch
print "Checking schedules updates (NOT IMPLEMENTED YET)\n";
# $result = db_query($link, "SELECT * FROM ttrss_scheduled_updates ORDER BY id");
# while ($line = db_fetch_assoc($result)) {
# print "Scheduled feed update: " . $line["feed_id"] . ", UID: " .
# $line["owner_uid"] . "\n";
# }
// Process all other feeds using last_updated and interval parameters