summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-05 02:28:58 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-05 02:28:58 +0000
commitd07b2e09fe3d930cc912ef17f6c499bdc58b7b97 (patch)
treec33f3e8f110b8e8aee324892895bf8e7fdfb103d /Gemfile
parent694ac54862d9b88ee0e82577d8fbf622534391bf (diff)
parent516bcabbf42d60db2ac989dce4c7187b2a1e5de9 (diff)
downloadgitlab-ce-d07b2e09fe3d930cc912ef17f6c499bdc58b7b97.tar.gz
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 38e1c031d2a..c2f419832af 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"