Browse Source

Update service timeout setting from 15s to 90s

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
138d21aea8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/initializers/timeout.rb

+ 1
- 1
config/initializers/timeout.rb View File

@ -1,4 +1,4 @@
if Rails.env.production?
Rack::Timeout.service_timeout = 15
Rack::Timeout.service_timeout = 90
Rack::Timeout::Logger.disable
end

Loading…
Cancel
Save