Increase max input vars

main
Steffen Rademacker 2 years ago
parent abc0efa288
commit b021183f0d

@ -402,7 +402,7 @@ max_input_time = 3600
;max_input_nesting_level = 64
; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000
max_input_vars = 2000
; Maximum amount of memory a script may consume
; http://php.net/memory-limit

Loading…
Cancel
Save