change terminal ping frequency

This commit is contained in:
0xJacky 2022-07-06 21:26:48 +08:00
parent 9365603d96
commit f13e19d6da
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export default {
const that = this const that = this
this.ping = setInterval(function () { this.ping = setInterval(function () {
that.sendMessage({Type: 3}) that.sendMessage({Type: 3})
}, 10000) }, 30000)
}, },
sendMessage(data) { sendMessage(data) {
this.websocket.send(JSON.stringify(data)) this.websocket.send(JSON.stringify(data))

View file

@ -1 +1 @@
{"version":"1.4.0","build_id":3,"total_build":59} {"version":"1.4.0","build_id":4,"total_build":60}