Ori.livneh has uploaded a new change for review.

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

Change subject: Set max_execution_time in CommonSettings.php
......................................................................

Set max_execution_time in CommonSettings.php

Change-Id: If296f3d3cd5be7df68333471c85f338bb3876461
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/26/206626/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index d0805ac..b8756a0 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -21,6 +21,7 @@
 # at least sometimes, but what we're running will send a 200.
 if ( PHP_SAPI != 'cli' ) {
        header( "Cache-control: no-cache" );
+       ini_set( 'max_execution_time', 290 );
 }
 
 if ( PHP_SAPI == 'cli' ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/206626
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If296f3d3cd5be7df68333471c85f338bb3876461
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to