Skip to content

Commit

Permalink
file timeout add
Browse files Browse the repository at this point in the history
  • Loading branch information
swallsky committed Aug 4, 2020
1 parent 40c3cfe commit 5bc51fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-fpm/php7.2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ max_execution_time = 600
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 120
max_input_time = 300

; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
Expand All @@ -401,7 +401,7 @@ max_input_time = 120

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M
memory_limit = 512M

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
Expand Down

0 comments on commit 5bc51fc

Please sign in to comment.