Skip to content

Commit

Permalink
Allow to have max_input_var to 5000 (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchois authored May 22, 2024
1 parent 0d2c726 commit 0ca8af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
},
"paas": {
"php-config": [
"session.gc_maxlifetime = 86400"
"session.gc_maxlifetime = 86400",
"max_input_vars = 5000"
],
"nginx-includes": [
"paas/server.locations"
Expand Down
1 change: 1 addition & 0 deletions docker/php/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ memory_limit = 1G
post_max_size = 128M
file_uploads = On
upload_max_filesize = 128M
max_input_vars=5000

; ====
; ERRORS
Expand Down

0 comments on commit 0ca8af0

Please sign in to comment.