Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
For a civicrm installation that contains 50k contacts, an import of 1000 contacts in "Update" mode (and prob for fill or skip too) will take about 2 hours since civicrm needs to compare every record in the import to every record in the database. In order to make this work we need to add a set_time_limit(0) somewhere.