|
@@ -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))
|