Removed cache rebuild from the GroupContact
authorLisa Marie Maginnis <lisam@fsf.org>
Mon, 21 Sep 2015 17:18:43 +0000 (13:18 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 18 Jul 2017 16:54:56 +0000 (12:54 -0400)
CRM/Contact/BAO/Contact.php

index a90501235ba62ce9451536fa2ef7f0e912c44c4d..20151a9b62dbd39c5d580fb8b0509868a89287d8 100644 (file)
@@ -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) {