Commit 2558c842 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: log update frequency increased to 5 seconds

parent fbdc9ca5
......@@ -251,7 +251,7 @@ function runProcess(urlfor, data) {
}
}
setInterval('GetStateRegularly()', 800);
setInterval('GetStateRegularly()', 5000);
function GetStateRegularly() {
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