summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-14 01:42:34 +0300
committerAndrew Dolgov <[email protected]>2010-11-14 01:42:34 +0300
commita320475200cda5feb7e479bd26c58cd8803e6c64 (patch)
tree49d33a680784b2f50f378306ae2c19b2953aae4d /update_daemon2.php
parent4ad8c93b95acf0ae536fa07f600f2f16204d788a (diff)
parente3b42c5a809b57bac99caa48b2fca954b7985cab (diff)
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php9
1 files changed, 8 insertions, 1 deletions
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)");