Skip to content

Commit

Permalink
Match max_execution_time to what's in the php config by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencedudley authored Jan 29, 2025
1 parent e6040b0 commit 2765fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fi
if [ ! -z "$MAX_EXECUTION_TIME" ]; then

# Set PHP.ini accordingly
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

fi

Expand Down

0 comments on commit 2765fce

Please sign in to comment.