1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-19 00:02:58 +09:00
mastodon/config/initializers/timeout.rb

5 lines
98 B
Ruby
Raw Normal View History

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