WATCHDOG_RECONNECT_IN = 15

This commit is contained in:
Milos Kozak 2018-08-12 21:27:45 +02:00
parent 1abeb51b4f
commit d925011380

View file

@ -108,7 +108,7 @@ public class NSClientService extends Service {
private ArrayList<Long> reconnections = new ArrayList<>(); private ArrayList<Long> reconnections = new ArrayList<>();
private int WATCHDOG_INTERVAL_MINUTES = 2; private int WATCHDOG_INTERVAL_MINUTES = 2;
private int WATCHDOG_RECONNECT_IN = 1; private int WATCHDOG_RECONNECT_IN = 15;
private int WATCHDOG_MAXCONNECTIONS = 5; private int WATCHDOG_MAXCONNECTIONS = 5;
public NSClientService() { public NSClientService() {