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();