summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/update.php b/update.php
index ac785373d..4598e7c66 100755
--- a/update.php
+++ b/update.php
@@ -56,6 +56,16 @@
if ($op == "-feeds") {
// Update all feeds needing a update.
update_daemon_common($link);
+
+ // Update feedbrowser
+ $count = update_feedbrowser_cache($link);
+ _debug("Feedbrowser updated, $count feeds processed.");
+
+ // Purge orphans and cleanup tags
+ purge_orphans($link, true);
+
+ $rc = cleanup_tags($link, 14, 50000);
+ _debug("Cleaned $rc cached tags.");
}
if ($op == "-feedbrowser") {