Commit 1bf422c3 by christopher lee

changed timeout to 6 seconds

parent 2e84f826
require "rack-timeout"
use Rack::Timeout # Call as early as possible so rack-timeout runs before other middleware.
Rack::Timeout.timeout = 20
Rack::Timeout.timeout = 6
require './app'
run Sinatra::Application
......
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