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