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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user