Don't use rack timeout in any but production environments

lolsob-rspec
Eugen Rochko 2016-12-21 19:10:40 +01:00
parent 8057380928
commit 7855a9b58b
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Rack::Timeout.timeout = 30
Rack::Timeout.timeout = 30 if Rails.env.production?