We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6040b0 commit 2765fceCopy full SHA for 2765fce
php/scripts/configure.sh
@@ -193,7 +193,7 @@ fi
193
if [ ! -z "$MAX_EXECUTION_TIME" ]; then
194
195
# Set PHP.ini accordingly
196
- sed -i -e "s#max_execution_time = 600#max_execution_time = ${MAX_EXECUTION_TIME}#g" /etc/php/current/php.ini
+ sed -i -e "s#max_execution_time = 32#max_execution_time = ${MAX_EXECUTION_TIME}#g" /etc/php/current/php.ini
197
198
fi
199
0 commit comments