about summary refs log blame commit diff
path: root/config/initializers/timeout.rb
blob: 06a29492e61c3c742520c76674a9bee1a8d1b808 (plain) (tree)
1
2
3
4
                        
                                    
                               
if Rails.env.production?
  Rack::Timeout.service_timeout = 90
  Rack::Timeout::Logger.disable
end