Skip to content

Commit d670c4b

Browse files
committed
Correct max_execution_time to 180
1 parent 0d144bc commit d670c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ expose_php = On
406406
; Maximum execution time of each script, in seconds
407407
; https://php.net/max-execution-time
408408
; Note: This directive is hardcoded to 0 for the CLI SAPI
409-
max_execution_time = 30
409+
max_execution_time = 180
410410

411411
; Maximum amount of time each script may spend parsing request data. It's a good
412412
; idea to limit this time on productions servers in order to eliminate unexpectedly

0 commit comments

Comments
 (0)