WATCHDOG_RECONNECT_IN = 15
This commit is contained in:
parent
1abeb51b4f
commit
d925011380
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class NSClientService extends Service {
|
|||
|
||||
private ArrayList<Long> reconnections = new ArrayList<>();
|
||||
private int WATCHDOG_INTERVAL_MINUTES = 2;
|
||||
private int WATCHDOG_RECONNECT_IN = 1;
|
||||
private int WATCHDOG_RECONNECT_IN = 15;
|
||||
private int WATCHDOG_MAXCONNECTIONS = 5;
|
||||
|
||||
public NSClientService() {
|
||||
|
|
Loading…
Reference in a new issue