Run watchdog every 10 seconds instead of every second
This commit is contained in:
parent
f6c98cc68d
commit
41a3031f37
|
@ -95,7 +95,7 @@ public class MyFreeCamsClient {
|
|||
}
|
||||
|
||||
try {
|
||||
Thread.sleep(1000);
|
||||
Thread.sleep(10000);
|
||||
} catch(InterruptedException e) {
|
||||
LOG.error("WatchDog couldn't sleep", e);
|
||||
stop();
|
||||
|
|
Loading…
Reference in New Issue