diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | ulri | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ - ulri: when failing to send a build to a machine do not try sending all the other pending builds there +- ulri: reduce ssh ConnectTimeout to 5, no point waiting 20s 0.6.25 - drop arcfour cipher usage (not enabled by default in latest openssh packages) @@ -166,7 +166,7 @@ my %config_usage = ( }, ssh_options => { desc => "SSH options", - default => "-o ConnectTimeout=20 -o BatchMode=yes" + default => "-o ConnectTimeout=5 -o BatchMode=yes" }, packager => { desc => 'Default packager tag user by bot', |