forked from j62/ctbrec
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 {
|
try {
|
||||||
Thread.sleep(1000);
|
Thread.sleep(10000);
|
||||||
} catch(InterruptedException e) {
|
} catch(InterruptedException e) {
|
||||||
LOG.error("WatchDog couldn't sleep", e);
|
LOG.error("WatchDog couldn't sleep", e);
|
||||||
stop();
|
stop();
|
||||||
|
|
Loading…
Reference in New Issue