1
0
Fork 0
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:
David McKnight 2006-11-17 20:18:42 +00:00
parent 0e5e6f7e90
commit ab990c521d

View file

@ -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";