mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-28 18:53:20 +02:00
[228334][api][breaking][dstore] Default DataStore connection timeout is too short - using internal constant in RexecDStoreServer instead of hardcoded value
This commit is contained in:
parent
6a3cc49015
commit
183bab4861
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ public class RexecDstoreServer implements IServerLauncher
|
|||
private boolean isModeChecked = false;
|
||||
private boolean checkPort =true;
|
||||
private boolean logInfo = false;
|
||||
private int _socketTimeoutValue = 5000;
|
||||
private int _socketTimeoutValue = IDStoreDefaultPreferenceConstants.DEFAULT_PREF_SOCKET_TIMEOUT;
|
||||
|
||||
private static char[] ebcdictounicode =
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue