Merge pull request #2389 from betagouv/fix_2387_max_champs
[fix #2387] Rack: increase max multipart number
This commit is contained in:
commit
5787ba5818
1 changed files with 4 additions and 0 deletions
4
config/initializers/rack.rb
Normal file
4
config/initializers/rack.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Number of maximum multipart chunks
|
||||
# which is equal to the maximum of types de champ in one procedure
|
||||
# original limit eq 128
|
||||
Rack::Utils.multipart_part_limit = 256
|
Loading…
Reference in a new issue