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 --- classes/rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/rpc.php') 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", -- cgit v1.2.3-54-g00ecf