thump faster

This commit is contained in:
sparks-alec
2023-01-08 23:23:49 -05:00
parent f73cd9dbdb
commit ca37a98a7e
+1 -1
View File
@@ -402,7 +402,7 @@ exports.heartbeat = function heartbeat(device) {
device.send('/workspaces');
}
if (heartbeatCount % 40 === 0) {
if (heartbeatCount % 16 === 0) {
device.send(`/thump`);
}