gitlab-org--gitlab-foss/config
Dmitriy Zaporozhets d07b2e09fe 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
2015-03-05 02:28:58 +00:00
..
environments Merge pull request #8349 from divineforest/cleanup-assets-compress 2015-03-02 15:23:57 -08:00
initializers Increase timeout for Git-over-HTTP requests. 2015-03-04 23:20:47 +01:00
locales Doorkeeper integration 2014-12-24 15:38:07 +02:00
application.rb Filter private_token and password_confirmation params from logs. 2015-02-06 22:55:43 +01:00
aws.yml.example
boot.rb
database.yml.mysql
database.yml.postgresql
environment.rb
gitlab.teatro.yml
gitlab.yml.example Add Bitbucket importer. 2015-02-24 15:07:24 +01:00
newrelic.yml
resque.yml.example
routes.rb Add dashboard milestones. 2015-03-03 16:19:37 +01:00
unicorn.rb.example Increase timeout for Git-over-HTTP requests. 2015-03-04 23:20:47 +01:00
unicorn.rb.example.development