Skip to content

Commit

Permalink
Add php_max_execution_time: "120"
Browse files Browse the repository at this point in the history
	modified:   openlitespeed_wordpress/roles/php/defaults/main.yml
	modified:   openlitespeed_wordpress/vars/default.yml
  • Loading branch information
Code-Egg committed Nov 1, 2022
1 parent 5fc4f98 commit aeeeba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openlitespeed_wordpress/roles/php/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php_opt_modules:
- "intl"
- "opcache"
- "tidy"
php_max_execution_time: "120"
php_memory_limit: "256"
php_upload_max_filesize: "128M"
php_post_max_size: "128M"
2 changes: 1 addition & 1 deletion openlitespeed_wordpress/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ php_opt_modules:
- "opcache"
- "tidy"
php_memory_limit: "256"
php_max_execution_time: "60"
php_max_execution_time: "120"
php_upload_max_filesize: "128M"
php_post_max_size: "128M"

Expand Down

0 comments on commit aeeeba2

Please sign in to comment.