Browse Source

Update go-16.sh

Andrea Pollastri 6 years ago
parent
commit
40ff9e9e5a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      go-16.sh

+ 2 - 0
go-16.sh

@@ -190,6 +190,8 @@ cat > "$PHPINI" <<EOF
 memory_limit = 256M
 upload_max_filesize = 256M
 post_max_size = 256M
+max_execution_time = 180
+max_input_time = 180
 EOF
 sudo service php7.2-fpm restart