Config.java: removed dead code

This commit is contained in:
Daniel Gultsch 2017-10-27 15:30:00 +02:00
parent 6f802b88d2
commit 3c2aa8a4d2
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ public final class Config {
public static final long MAM_MAX_CATCHUP = MILLISECONDS_IN_DAY * 5;
public static final int MAM_MAX_MESSAGES = 750;
public static final long FREQUENT_RESTARTS_DETECTION_WINDOW = 12 * 60 * 60 * 1000; // 10 hours
public static final long FREQUENT_RESTARTS_THRESHOLD = 0; // previous value was 16;
public static final ChatState DEFAULT_CHATSTATE = ChatState.ACTIVE;
public static final int TYPING_TIMEOUT = 8;