Update main.js

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