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