[fix #2387] Rack: increase max multipart number

This commit is contained in:
simon lehericey 2018-08-13 17:17:09 +02:00
parent 90fe1118dd
commit 839b7627ac

View 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