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

fix analsysi task list refresh time

parent 9b88b672
No related branches found
No related tags found
No related merge requests found
...@@ -394,7 +394,7 @@ export class AnalysisService { ...@@ -394,7 +394,7 @@ export class AnalysisService {
clearInterval(this.intervalId); clearInterval(this.intervalId);
} }
// 5000 // 5000
this.intervalId = setInterval(watch, 5000000); this.intervalId = setInterval(watch, 5000);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment