Codebase list capistrano / defdb4e
d/NEWS: Add note about new rate threshold for git connections Samuel Henrique 4 years ago
1 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 capistrano (3.12.0-1) unstable; urgency=medium
1
2 Capistrano now defaults to limiting the number of concurrent git connections
3 to 10 by default, this change has been made to make capistrano compatible
4 with self-hosted Gitlab or similar services that defaults to 10 concurrent
5 connections.
6
7 You can control this behavior with the following variables:
8
9 :git_max_concurrent_connections
10 default: 10
11 Number of concurrent connections to Git repository - useful when your Git
12 server limits the number of simultaneous connections while using SSH (like
13 Gitlab CE).
14
15 :git_wait_interval
16 default: 3
17 Number of seconds to wait after you reach the limit of concurrent
18 connections to Git repository server and disconnect afterwards to initialize
19 new connections. This prevents from being cut out of SSH server when you use
20 fail2ban or similar software for limiting connections to server.
21
22 -- Samuel Henrique <samueloph@debian.org> Wed, 12 Feb 2020 19:31:53 +0000
23
024 capistrano (3.2.1-1) unstable; urgency=low
125
226 Capistrano 3.x introduces incompatible changes with previous 2.x