Update service timeout setting from 15s to 90s
parent
e3f3c44fb0
commit
03ce24d3bf
|
@ -1,4 +1,4 @@
|
|||
if Rails.env.production?
|
||||
Rack::Timeout.service_timeout = 15
|
||||
Rack::Timeout.service_timeout = 90
|
||||
Rack::Timeout::Logger.disable
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue