]> git.wh0rd.org - tt-rss.git/blobdiff - classes/handler/public.php
unify houskeeping stuff, increase spawn interval
[tt-rss.git] / classes / handler / public.php
index 3b373edf536737693da2cba1da647f0ccc8f8828..0d9b046869eb02eece62bb788f3afa55ddec1757 100644 (file)
@@ -368,14 +368,7 @@ class Handler_Public extends Handler {
                include "rssfuncs.php";
                // Update all feeds needing a update.
                update_daemon_common(0, true, false);
-
-               // Update feedbrowser
-               update_feedbrowser_cache();
-
-               // Purge orphans and cleanup tags
-               purge_orphans();
-
-               cleanup_tags(14, 50000);
+               housekeeping_common(false);
 
                PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op);