X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=update_daemon2.php;h=62bd7591a40a759ee85047809f7c16bdbfda03d3;hb=5893edd57ac8ac18612469eee8ceda1dfe05725e;hp=5ffc4f549934528fcb1c9ae13ddf312325a981a5;hpb=fb0742394a2097a506a777f0bc7c285c07eb6a72;p=tt-rss.git diff --git a/update_daemon2.php b/update_daemon2.php index 5ffc4f54..62bd7591 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -1,9 +1,13 @@ #!/usr/bin/php 30) { 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("Updating linked feeds..."); + get_linked_feeds($link); + } _debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)"); - + db_close($link); // We are in a fork.