Commit d63a1079 authored by Nicolas Wavrant's avatar Nicolas Wavrant Committed by Cédric Le Ninivin

runner: log update frequency increased to 5 seconds

parent 072b4551
...@@ -251,7 +251,7 @@ function runProcess(urlfor, data) { ...@@ -251,7 +251,7 @@ function runProcess(urlfor, data) {
} }
} }
setInterval('GetStateRegularly()', 800); setInterval('GetStateRegularly()', 5000);
function GetStateRegularly() { function GetStateRegularly() {
getRunningState(); getRunningState();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment