Skip to content
Snippets Groups Projects

Issue #3281288: Refactor to allow to accept more post items

Files
3
+ 6
0
@@ -32,6 +32,12 @@ services:
# Set up the max execution time.
echo 'max_execution_time = 600' >> "${PHP_INI}"
# Set up the max input time.
echo 'max_input_time = 600' >> "${PHP_INI}"
# Set up the max input vars.
echo 'max_input_vars = 100000' >> "${PHP_INI}"
# Check out a branch using the unique Tugboat ID for this repository, to
# ensure we don't clobber an existing branch.
git checkout -b "${TUGBOAT_REPO_ID}"
Loading