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