Skip to content
Snippets Groups Projects
Commit f49102f6 authored by Michael Hartung's avatar Michael Hartung
Browse files

remove debug setting

parent 548a3d27
Branches
Tags
No related merge requests found
......@@ -394,7 +394,7 @@ export class AnalysisService {
clearInterval(this.intervalId);
}
// 5000
this.intervalId = setInterval(watch, 50000000);
this.intervalId = setInterval(watch, 5000);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment