Dzahn has submitted this change and it was merged. Change subject: phabricator: lower max execution time to 10s ......................................................................
phabricator: lower max execution time to 10s Change-Id: Ic8c1acd399f301621190f71fa297231916f226d7 --- M modules/phabricator/templates/php.ini.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/phabricator/templates/php.ini.erb b/modules/phabricator/templates/php.ini.erb index 19cdb3d..60803d4 100644 --- a/modules/phabricator/templates/php.ini.erb +++ b/modules/phabricator/templates/php.ini.erb @@ -382,7 +382,7 @@ ; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI -max_execution_time = 30 +max_execution_time = 10 ; Maximum amount of time each script may spend parsing request data. It's a good ; idea to limit this time on productions servers in order to eliminate unexpectedly -- To view, visit https://gerrit.wikimedia.org/r/259544 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic8c1acd399f301621190f71fa297231916f226d7 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
