summaryrefslogtreecommitdiff
path: root/classes
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 /classes
parent2dde1e2109bd9ad4980e2a22fedc4e0816c99c7d (diff)
do not automatically call cleanup_tags() in housekeeping tasks
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/rpc.php2
1 files changed, 1 insertions, 1 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",