From 5c4676008f5ea521e4995c4bdc1c4dfd69ae7953 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 13:18:43 -0400 Subject: [PATCH] Removed cache rebuild from the GroupContact --- CRM/Contact/BAO/Contact.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index a90501235b..20151a9b62 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -437,7 +437,8 @@ class CRM_Contact_BAO_Contact extends CRM_Contact_DAO_Contact { // since resetting and // rebuilding cache could be expensive (for many contacts). We might come out with better // approach in future. - CRM_Contact_BAO_Contact_Utils::clearContactCaches($contact->id); + // HACK: Dave did this due to many donations and other requests failing due to acl_cache table locks + // CRM_Contact_BAO_Contact_Utils::clearContactCaches($contact->id); } if ($invokeHooks) { -- 2.25.1