summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-01-04 10:42:24 +0300
committerAndrew Dolgov <[email protected]>2016-01-04 10:42:24 +0300
commit9b736a20b3367da2b58a279024ae6f8e39b1e41a (patch)
tree27bede2d7f733816f3105be73a699eb60f634980 /include
parent2dde1e2109bd9ad4980e2a22fedc4e0816c99c7d (diff)
do not automatically call cleanup_tags() in housekeeping tasks
Diffstat (limited to 'include')
-rwxr-xr-xinclude/rssfuncs.php4
1 files changed, 2 insertions, 2 deletions
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", "");