Skip to content

Commit

Permalink
Increase default Rack timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed Jan 27, 2015
1 parent 76cf8a4 commit 211517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rack_timeout.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Rack::Timeout.timeout = (ENV["RACK_TIMEOUT"] || 10).to_i
Rack::Timeout.timeout = (ENV.fetch("RACK_TIMEOUT", 20)).to_i

0 comments on commit 211517e

Please sign in to comment.