1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

misc daemon updates

This commit is contained in:
Andrew Dolgov
2010-11-13 21:03:31 +03:00
parent 0526ffdd4c
commit e3b42c5a80
3 changed files with 15 additions and 8 deletions

View File

@@ -214,7 +214,14 @@
update_daemon_common($link);
} else {
$count = update_feedbrowser_cache($link);
_debug("Finished, $count feeds processed.");
_debug("Feedbrowser updated, $count feeds processed.");
purge_orphans($link, true);
$rc = cleanup_tags($link, 14, 50000);
_debug("Cleaned $rc cached tags.");
}
_debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)");