0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-13 16:07:50 +00:00
mastodon/config/initializers/timeout.rb

7 lines
135 B
Ruby
Raw Normal View History

Rack::Timeout::Logger.disable
Rack::Timeout.service_timeout = false
if Rails.env.production?
Rack::Timeout.service_timeout = 90
end