2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-08-13 17:17:09 +02:00
|
|
|
# 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
|