mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-08 15:23:38 +00:00
change network message interval to 10ms
This commit is contained in:
+1
-1
@@ -360,7 +360,7 @@ function networkTick() {
|
||||
}
|
||||
});
|
||||
}
|
||||
setInterval(networkTick, 5);
|
||||
setInterval(networkTick, 10);
|
||||
|
||||
function isDeviceAlreadyAdded(newDevice) {
|
||||
let deviceAlreadyAdded = false;
|
||||
|
||||
Reference in New Issue
Block a user