From e3b42c5a809b57bac99caa48b2fca954b7985cab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Nov 2010 21:03:31 +0300 Subject: misc daemon updates --- update.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index ac1d84c8e..873928b66 100755 --- a/update.php +++ b/update.php @@ -85,7 +85,13 @@ 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."); } } -- cgit v1.2.3