]> cat aescling's git repositories - mastodon.git/commitdiff
Update service timeout setting from 15s to 90s
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 13 Feb 2017 19:31:45 +0000 (20:31 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 13 Feb 2017 19:42:02 +0000 (20:42 +0100)
config/initializers/timeout.rb

index 6437808844e065655bcdce66f3f9b1b80f9fdf41..06a29492e61c3c742520c76674a9bee1a8d1b808 100644 (file)
@@ -1,4 +1,4 @@
 if Rails.env.production?
-  Rack::Timeout.service_timeout = 15
+  Rack::Timeout.service_timeout = 90
   Rack::Timeout::Logger.disable
 end