gerrit/gerrit-sshd
Paladox none daafdb6512 SshDaemon: introduce sshd.waitTimeout to set WAIT_FOR_SPACE_TIMEOUT
sshd introduced a new channel property
'channel-output-wait-for-space-timeout' [1] set by default to 30s.

The property isn't exposed at the ChannelSessionFactory level and thus
the default value remained hardcoded in the properties.

Without this config the consequence is that clones that requires the
server process to spend over 30s are failing.

Allow administrators to configure this via a new setting sshd.waitTimout.

Default to 30 seconds if it is not set.

[1] https://issues.apache.org/jira/browse/SSHD-565

Bug: Issue 7425
Change-Id: Ib3fd9a25d7eaaa87a15d5c159995e09a9581dadb
2017-10-16 14:00:17 +00:00
..
src SshDaemon: introduce sshd.waitTimeout to set WAIT_FOR_SPACE_TIMEOUT 2017-10-16 14:00:17 +00:00
BUCK Buck: Remove jgit cell 2016-04-20 22:02:49 +02:00
BUILD Implement Bazel build 2016-06-14 21:12:02 +02:00