summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-13 21:03:31 +0300
committerAndrew Dolgov <[email protected]>2010-11-13 21:03:31 +0300
commite3b42c5a809b57bac99caa48b2fca954b7985cab (patch)
tree59eeb8314ff7f0caeca6938fc3187db9a6b74f25 /update.php
parent0526ffdd4c5571533f1612a76cbc9acf0bb257cd (diff)
misc daemon updates
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php8
1 files changed, 7 insertions, 1 deletions
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.");
}
}