Don't use rack timeout in any but production environments

th-downstream
Eugen Rochko 8 years ago
parent 8057380928
commit 7855a9b58b

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

Loading…
Cancel
Save