Update service timeout setting from 15s to 90s
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user