From d7ccc72f951b3fec22858369f5d826c96bd27aad Mon Sep 17 00:00:00 2001 From: srcrs Date: Wed, 9 Aug 2023 02:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BAwebsocket=E6=96=AD=E5=BC=80?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=AF=8F2=E5=88=86=E9=92=9F=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index af5c535..d04b9f3 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@ }; socket.onclose = event => { console.log("WebSocket closed. Reconnecting..."); - setTimeout(connect, 60000); + setTimeout(connect, 120000); }; }; connect();