logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://anongit.hacktivis.me/git/mastofe.git/

timeout.rb (135B)


  1. Rack::Timeout::Logger.disable
  2. Rack::Timeout.service_timeout = false
  3. if Rails.env.production?
  4. Rack::Timeout.service_timeout = 90
  5. end