capistrano/spec
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
..
integration Use a stub for $stdin during testing (#2033) 2019-09-04 08:39:26 -07:00
lib Limit the number of concurrent git connections to 10, and make it configurable (#2044) 2020-02-05 08:10:32 -08:00
support deploy:cleanup should skip only the invalid releases and continue the rotation of releases (#1899) 2017-07-22 16:15:44 -07:00
integration_spec_helper.rb Fix Style/TrailingBlankLines 2016-02-28 17:56:07 -06:00
spec_helper.rb Silence console output in tests 2018-10-19 03:13:05 +02:00