Eileen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277921

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/civicrm 
refs/changes/21/277921/1

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: newchange
Gerrit-Change-Id: Ic80f5e0a6626c218eddb0fa37c034c64ea3b550d
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: master
Gerrit-Owner: Eileen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to