mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
change terminal ping frequency
This commit is contained in:
parent
9365603d96
commit
f13e19d6da
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ export default {
|
|||
const that = this
|
||||
this.ping = setInterval(function () {
|
||||
that.sendMessage({Type: 3})
|
||||
}, 10000)
|
||||
}, 30000)
|
||||
},
|
||||
sendMessage(data) {
|
||||
this.websocket.send(JSON.stringify(data))
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"1.4.0","build_id":3,"total_build":59}
|
||||
{"version":"1.4.0","build_id":4,"total_build":60}
|
Loading…
Add table
Add a link
Reference in a new issue