Ver código fonte

延长websocket断线重连间隔

lighter 4 anos atrás
pai
commit
0bf096d863
1 arquivos alterados com 1 adições e 1 exclusões
  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 () {