This commit is contained in:
2020-08-31 14:52:28 +08:00
parent df49c40163
commit 8b1bf6c04a
6 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
}
tick = setInterval(function () {
sock.send('tick');
}, 30000)
}, 3000)
}
}