0
0
Fork 0

Fix up timeout, improve contrast on "show more", add responsive style

for extremely wide monitors
This commit is contained in:
Eugen Rochko 2017-01-26 18:48:56 +01:00
parent cc5c1e5feb
commit 7329fbd8a4
4 changed files with 34 additions and 5 deletions

View file

@ -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