Skip to content

Commit aeeeba2

Browse files
committed
Add php_max_execution_time: "120"
modified: openlitespeed_wordpress/roles/php/defaults/main.yml modified: openlitespeed_wordpress/vars/default.yml
1 parent 5fc4f98 commit aeeeba2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openlitespeed_wordpress/roles/php/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php_opt_modules:
77
- "intl"
88
- "opcache"
99
- "tidy"
10+
php_max_execution_time: "120"
1011
php_memory_limit: "256"
1112
php_upload_max_filesize: "128M"
1213
php_post_max_size: "128M"

openlitespeed_wordpress/vars/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ php_opt_modules:
1313
- "opcache"
1414
- "tidy"
1515
php_memory_limit: "256"
16-
php_max_execution_time: "60"
16+
php_max_execution_time: "120"
1717
php_upload_max_filesize: "128M"
1818
php_post_max_size: "128M"
1919

0 commit comments

Comments
 (0)