]> git.wh0rd.org - tt-rss.git/blobdiff - include/rssfuncs.php
do not automatically call cleanup_tags() in housekeeping tasks
[tt-rss.git] / include / rssfuncs.php
index 380960bd83383dca56f85cd7bbbbfd8e683051a9..f13ac36ddfedef48ca86e3bae8c3a159bec552c0 100755 (executable)
 
                purge_orphans( true);
                cleanup_counters_cache($debug);
-               $rc = cleanup_tags( 14, 50000);
 
-               _debug("Cleaned $rc cached tags.");
+               //$rc = cleanup_tags( 14, 50000);
+               //_debug("Cleaned $rc cached tags.");
 
                PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", "");