[fix #2387] Rack: increase max multipart number
This commit is contained in:
parent
90fe1118dd
commit
839b7627ac
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