File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ expose_php = On
380380; Maximum execution time of each script, in seconds
381381; http://php.net/max-execution-time
382382; Note: This directive is hardcoded to 0 for the CLI SAPI
383- max_execution_time = 30
383+ max_execution_time = 600
384384
385385; Maximum amount of time each script may spend parsing request data. It's a good
386386; idea to limit this time on productions servers in order to eliminate unexpectedly
@@ -390,7 +390,7 @@ max_execution_time = 30
390390; Development Value: 60 (60 seconds)
391391; Production Value: 60 (60 seconds)
392392; http://php.net/max-input-time
393- max_input_time = 60
393+ max_input_time = 120
394394
395395; Maximum input variable nesting level
396396; http://php.net/max-input-nesting-level
@@ -401,7 +401,7 @@ max_input_time = 60
401401
402402; Maximum amount of memory a script may consume (128MB)
403403; http://php.net/memory-limit
404- memory_limit = 128M
404+ memory_limit = 256M
405405
406406; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
407407; Error handling and logging ;
You can’t perform that action at this time.
0 commit comments