Commit 7584dfbd by Robert Raposa Committed by GitHub

Merge pull request #198 from edx/robrap/rack

Add message for rack config load.
parents 693ed852 b6e47e8c
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
# More conversation at https://github.com/edx/cs_comments_service/pull/146 # More conversation at https://github.com/edx/cs_comments_service/pull/146
# -Nov 18th, 2015 # -Nov 18th, 2015
puts "Loading config.ru."
require "rack-timeout" require "rack-timeout"
use Rack::Timeout # Call as early as possible so rack-timeout runs before other middleware. use Rack::Timeout # Call as early as possible so rack-timeout runs before other middleware.
Rack::Timeout.timeout = 20 Rack::Timeout.timeout = 20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment