Skip to content

Commit 2765fce

Browse files
Match max_execution_time to what's in the php config by default
1 parent e6040b0 commit 2765fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/scripts/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fi
193193
if [ ! -z "$MAX_EXECUTION_TIME" ]; then
194194

195195
# 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
196+
sed -i -e "s#max_execution_time = 32#max_execution_time = ${MAX_EXECUTION_TIME}#g" /etc/php/current/php.ini
197197

198198
fi
199199

0 commit comments

Comments
 (0)