mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 01:25:23 +02:00
Fix for bug 141812. Default port for daemon was not correct.
This commit is contained in:
parent
d8a545eda2
commit
c577751b60
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,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 = 4300;
|
||||
public static final int DEFAULT_DAEMON_PORT = 4035;
|
||||
|
||||
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