-
- Downloads
Increase timeout for Git-over-HTTP requests.
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
| Loading
| @@ -177,6 +177,9 @@ gem 'ace-rails-ap' |
# Keyboard shortcuts | ||
gem 'mousetrap-rails' | ||
# Shutting down requests that take too long | ||
gem "slowpoke" | ||
gem "sass-rails", '~> 4.0.2' | ||
gem "coffee-rails" | ||
gem "uglifier" | ||
Loading
| Loading
|
config/initializers/timeout.rb
0 → 100644
lib/gitlab/middleware/timeout.rb
0 → 100644
public/503.html
0 → 100644
Please register or sign in to comment