You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by paladox <gi...@git.apache.org> on 2017/10/13 17:08:51 UTC

[GitHub] mina-sshd pull request #39: Use FactoryManager for WAIT_FOR_SPACE_TIMEOUT

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 <pa...@users.noreply.github.com>
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

----


---

[GitHub] mina-sshd pull request #39: [SSHD-778] Use FactoryManager for WAIT_FOR_SPACE...

Posted by paladox <gi...@git.apache.org>.
Github user paladox closed the pull request at:

    https://github.com/apache/mina-sshd/pull/39


---