-
- Downloads
Merge branch 'timeout' into 'master'
Increase timeout for Git-over-HTTP requests. Fixes #2081 and https://gitlab.com/gitlab-org/gitlab-ce/issues/232. Normal web requests are bound by the `Rack::Timeout` timeout of 60 seconds, while Grack Git-over-HTTP requests are only bound by Unicorn's timeout which is now set to 1 hour, which should be plenty. The omnibus package should be updated to no longer use `unicorn['worker_timeout']` for the Unicorn timeout, but to set the `Slowpoke.timeout`. See merge request !1619
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 8 additions, 0 deletionsGemfile.lock
- config/initializers/timeout.rb 8 additions, 0 deletionsconfig/initializers/timeout.rb
- config/unicorn.rb.example 4 additions, 16 deletionsconfig/unicorn.rb.example
- lib/gitlab/middleware/timeout.rb 13 additions, 0 deletionslib/gitlab/middleware/timeout.rb
- public/503.html 13 additions, 0 deletionspublic/503.html
Loading
Please register or sign in to comment