increased carbon grace period to 90s

This commit is contained in:
Daniel Gultsch 2015-08-24 21:25:04 +02:00
parent 98e7d9c74e
commit f6374f466b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public final class Config {
public static final int PING_TIMEOUT = 10;
public static final int SOCKET_TIMEOUT = 15;
public static final int CONNECT_TIMEOUT = 90;
public static final int CARBON_GRACE_PERIOD = 60;
public static final int CARBON_GRACE_PERIOD = 90;
public static final int MINI_GRACE_PERIOD = 750;
public static final int AVATAR_SIZE = 192;