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_daemon2.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index 5ffc4f549..63f218cc4 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -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)"); -- cgit v1.2.3