Skip to content

Commit

Permalink
Bump up multipart limit to work around rack/rack#814
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed Apr 16, 2015
1 parent 927f31e commit d01af3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/rack_multipart_bugfix.rb
@@ -0,0 +1 @@
Rack::Utils.multipart_part_limit = (ENV['MULTIPART_PART_LIMIT'] || 1024).to_i

0 comments on commit d01af3a

Please sign in to comment.