1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/lib
Grzegorz Błaszczyk 5e5d918f5e
Limit the number of concurrent git connections to 10, and make it configurable (#2044)
* (#2044) (#1957) Update git.rake - configurable max concurrent connections
Default git_max_concurrent_connections is set to 10 hosts per group.

Default git_wait_interval is set to 3 seconds.

This enables deployments for large number of servers with default Gitlab or similar git server configuration with default SSH settings (max 10 concurrent connections).

* ADD: rspec tests for default values

* UPDATE: docs/documentation/getting-started/configuration/index.markdown
2020-02-05 08:10:32 -08:00
..
capistrano Limit the number of concurrent git connections to 10, and make it configurable (#2044) 2020-02-05 08:10:32 -08:00
Capfile Drop dependency on `capistrano-harrow' gem (#1854) 2017-02-24 12:13:13 -08:00
capistrano.rb Move requires to capistrano/all 2013-09-13 09:34:28 +01:00