max connection time to 120 sec

This commit is contained in:
Milos Kozak 2017-12-04 20:26:57 +01:00
parent 620c56e4cb
commit bce6d976b0

View file

@ -60,6 +60,6 @@ public class Constants {
public static final double DEVIATION_TO_BE_EQUAL = 2.0;
// Pump
public static final int PUMP_MAX_CONNECTION_TIME_IN_SECONDS = 60 - 1;
public static final int PUMP_MAX_CONNECTION_TIME_IN_SECONDS = 120 - 1;
public static final int MIN_WATCHDOG_INTERVAL_IN_SECONDS = 12 * 60;
}