mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
6 lines
135 B
Ruby
6 lines
135 B
Ruby
Rack::Timeout::Logger.disable
|
|
Rack::Timeout.service_timeout = false
|
|
|
|
if Rails.env.production?
|
|
Rack::Timeout.service_timeout = 90
|
|
end
|