GitHub user paladox opened a pull request:
https://github.com/apache/mina-sshd/pull/39
Use FactoryManager for WAIT_FOR_SPACE_TIMEOUT
Reason why is because if your clonning a large project, you need to have a
higher timeout.
Let's use the FactoryManager to allow for individual projects to make there
own defaults for the timeout.
See https://bugs.chromium.org/p/gerrit/issues/detail?id=7425
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paladox/mina-sshd patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/39.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #39
----
commit 736028767c8d41d94bedd22156f1a3a4158a2082
Author: paladox <[email protected]>
Date: 2017-10-13T17:08:41Z
Use FactoryManager for WAIT_FOR_SPACE_TIMEOUT
Reason why is because if your clonning a large project, you need to have a
higher timeout.
Let's use the FactoryManager to allow for individual projects to make there
own defaults for the timeout.
See https://bugs.chromium.org/p/gerrit/issues/detail?id=7425
----
---