From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 17:18:43 +0000 (-0400) Subject: Removed cache rebuild from the GroupContact X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5c4676008f5ea521e4995c4bdc1c4dfd69ae7953;p=civicrm-core.git Removed cache rebuild from the GroupContact --- 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) {