This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-02 10:43:09 -07:00
|
|
|
Rack::Timeout::Logger.disable
|
|
|
|
Rack::Timeout.service_timeout = false
|
|
|
|
|
2017-01-26 09:48:56 -08:00
|
|
|
if Rails.env.production?
|
2017-02-13 11:31:45 -08:00
|
|
|
Rack::Timeout.service_timeout = 90
|
2017-01-26 09:48:56 -08:00
|
|
|
end
|