Skip to content

Commit

Permalink
Set multipart_total_part_limit to unlimited
Browse files Browse the repository at this point in the history
To be able to consume notices with a large number of urls in the admin.
  • Loading branch information
peter-hank committed Mar 29, 2024
1 parent a98c659 commit 1d8c8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/rack.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# To be able to save notices with big amount of urls in the admin
Rack::Utils.multipart_total_part_limit = 0

0 comments on commit 1d8c8e6

Please sign in to comment.