From 9b736a20b3367da2b58a279024ae6f8e39b1e41a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 4 Jan 2016 10:42:24 +0300 Subject: do not automatically call cleanup_tags() in housekeeping tasks --- include/rssfuncs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 380960bd8..f13ac36dd 100755 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1520,9 +1520,9 @@ 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", ""); -- cgit v1.2.3-54-g00ecf