Skip to content
Snippets Groups Projects
Commit 934ea33f authored by Johannes Mey's avatar Johannes Mey
Browse files

set polling interval to 10s

parent a4cbfdbe
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ public class Main { ...@@ -20,7 +20,7 @@ public class Main {
if (continuous) { if (continuous) {
Timer timer = new Timer(); Timer timer = new Timer();
logger.info("Running MQuAT"); logger.info("Running MQuAT");
timer.schedule(new ErisTask(), 0, 5000); timer.schedule(new ErisTask(), 0, 10000);
} else { } else {
new ErisTask().run(); new ErisTask().run();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment