mirror of https://github.com/mastodon/mastodon
Fix up timeout, improve contrast on "show more", add responsive style
for extremely wide monitorspull/548/head
parent
cc5c1e5feb
commit
7329fbd8a4
@ -1 +1,4 @@
|
||||
Rack::Timeout.timeout = 30 if Rails.env.production?
|
||||
if Rails.env.production?
|
||||
Rack::Timeout.service_timeout = 15
|
||||
Rack::Timeout::Logger.disable
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue