mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-04 13:27:46 +00:00
Update main.js
This commit is contained in:
@@ -402,7 +402,7 @@ exports.heartbeat = function heartbeat(device) {
|
||||
device.send('/workspaces');
|
||||
}
|
||||
|
||||
if (heartbeatCount % 50 === 0) {
|
||||
if (heartbeatCount % 40 === 0) {
|
||||
device.send(`/thump`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user