Don't use rack timeout in any but production environments
parent
8057380928
commit
7855a9b58b
|
@ -1 +1 @@
|
|||
Rack::Timeout.timeout = 30
|
||||
Rack::Timeout.timeout = 30 if Rails.env.production?
|
||||
|
|
Loading…
Reference in New Issue