Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/259544
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/44/259544/1 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: newchange Gerrit-Change-Id: Ic8c1acd399f301621190f71fa297231916f226d7 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
