Browse Source

延长websocket断线重连间隔

lighter 4 năm trước cách đây
mục cha
commit
0bf096d863
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/websocket.js

+ 1 - 1
src/utils/websocket.js

@@ -45,7 +45,7 @@ export function initWebSocket() {
     }
     setTimeout(() => {
       initWebSocket()
-    }, 1000)
+    }, 10 * 1000)
   }
 
   webSocket.onerror = function () {