mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
[164200] default daemon port had be changed to 4035 but that's the remote daemon port - they're not the same!
This commit is contained in:
parent
0e5e6f7e90
commit
ab990c521d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public interface ISystemPreferencesConstants
|
|||
public static final int FILETRANSFERMODE_TEXT = 1;
|
||||
|
||||
public static final boolean DEFAULT_DAEMON_AUTOSTART = false;
|
||||
public static final int DEFAULT_DAEMON_PORT = 4035;
|
||||
public static final int DEFAULT_DAEMON_PORT = 4300;
|
||||
|
||||
public static final boolean DEFAULT_LIMIT_CACHE = false;
|
||||
public static final String DEFAULT_MAX_CACHE_SIZE = "512";
|
||||
|
|
Loading…
Add table
Reference in a new issue