Commit 3f030cc5 authored by Leo Iannacone's avatar Leo Iannacone

reduce update delay on new content

parent 203ed11b
......@@ -658,7 +658,7 @@ function Page_Distrubion(socket) {
file.append(new_lines.join(''));
new_lines = [];
}
setTimeout(watch_for_new_lines, 200);
setTimeout(watch_for_new_lines, 150);
}
watch_for_new_lines();
......
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