summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclasses/rpc.php2
-rwxr-xr-xinclude/rssfuncs.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 1c733ffca..d8f2088e1 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -550,7 +550,7 @@ class RPC extends Handler_Protected {
// Purge orphans and cleanup tags
purge_orphans();
- cleanup_tags(14, 50000);
+ //cleanup_tags(14, 50000);
if ($num_updated > 0) {
print json_encode(array("message" => "UPDATE_COUNTERS",
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", "");