Merge pull request #2389 from betagouv/fix_2387_max_champs

[fix #2387] Rack: increase max multipart number
This commit is contained in:
LeSim 2018-08-13 17:56:25 +02:00 committed by GitHub
commit 5787ba5818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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