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