Increase the socket status polling interval to 1s
This commit is contained in:
parent
c4a1a17cfd
commit
9b5774555f
@ -26,7 +26,7 @@ class BrickSocket {
|
||||
// Socket status
|
||||
window.setInterval(((bricksocket) => () => {
|
||||
bricksocket.status();
|
||||
})(this), 500);
|
||||
})(this), 1000);
|
||||
}
|
||||
|
||||
// Clear form
|
||||
|
Loading…
Reference in New Issue
Block a user