FIX #14036
This commit is contained in:
parent
d632f1c6b2
commit
1ce3991d81
@ -304,7 +304,7 @@ expose_php = On
|
|||||||
max_execution_time = 30 ; Maximum execution time of each script, in seconds
|
max_execution_time = 30 ; Maximum execution time of each script, in seconds
|
||||||
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
|
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
|
||||||
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
||||||
memory_limit = 64M ; Maximum amount of memory a script may consume (128MB)
|
memory_limit = 256M ; Maximum amount of memory a script may consume (128MB)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user