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 Init aws support for file storage 2013-05-01 12:41:37 +03:00
boot.rb
database.yml.mysql set the collation to utf8_general_ci 2014-08-13 14:45:23 +01:00
database.yml.postgresql Remove 'socket' example PostgreSQL parameter 2014-07-01 18:27:50 +02:00
environment.rb
gitlab.teatro.yml teatro setup 2014-06-17 11:21:49 +03:00
gitlab.yml.example Add Bitbucket importer. 2015-02-24 15:07:24 +01:00
newrelic.yml Add dormant New Relic gem 2014-09-16 17:31:20 +02:00
resque.yml.example Use sockets to connect to Redis 2014-09-12 14:59:58 +02:00
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 Increase unicorn timeout to 60 seconds 2014-09-23 17:11:16 +03:00