mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Bug 450350 - Change connection timeout default to 0
Change-Id: Ibbe79ec1555f33c8b14dc1a747bf310f162cfc8d Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
c563ea3f0e
commit
84c898f16a
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public class JSchConnection implements IRemoteConnection {
|
|||
private final boolean logging = false;
|
||||
|
||||
public static final int DEFAULT_PORT = 22;
|
||||
public static final int DEFAULT_TIMEOUT = 5;
|
||||
public static final int DEFAULT_TIMEOUT = 0;
|
||||
public static final boolean DEFAULT_IS_PASSWORD = true;
|
||||
public static final boolean DEFAULT_USE_LOGIN_SHELL = true;
|
||||
public static final String EMPTY_STRING = ""; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue