Quellcode durchsuchen

change terminal ping frequency

0xJacky vor 2 Jahren
Ursprung
Commit
f13e19d6da
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      frontend/src/views/pty/Terminal.vue
  2. 1 1
      frontend/version.json

+ 1 - 1
frontend/src/views/pty/Terminal.vue

@@ -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
frontend/version.json

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