jenkins-bot has submitted this change and it was merged.
Change subject: Further time limit increase on exports
......................................................................
Further time limit increase on exports
Bug: T120892
Change-Id: Ic80f5e0a6626c218eddb0fa37c034c64ea3b550d
---
M CRM/Export/BAO/Export.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Awight: Looks good to me, approved
jenkins-bot: Verified
diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php
index 58e419a..213ebc9 100644
--- a/CRM/Export/BAO/Export.php
+++ b/CRM/Export/BAO/Export.php
@@ -666,7 +666,7 @@
$limitReached = FALSE;
// T120892 I couldn't quite bring myself to put this inside the loop in
case an infinite loop
// happened for some reason - which I can't think of - sensible or
paranoid?
- set_time_limit(ini_get('max_execution_time') + 180);
+ set_time_limit(ini_get('max_execution_time') + 600);
while (!$limitReached) {
$limitQuery = "{$queryString} LIMIT {$offset}, {$rowCount}";
$dao = CRM_Core_DAO::executeUnbufferedQuery($limitQuery);
--
To view, visit https://gerrit.wikimedia.org/r/277921
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic80f5e0a6626c218eddb0fa37c034c64ea3b550d
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: master
Gerrit-Owner: Eileen <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits