From b106a7db3917403e0da23c634c8173b3b90e56c6 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Tue, 2 Sep 2025 09:02:18 +0000 Subject: [PATCH] u --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 15ab3b4..897d3c3 100644 --- a/src/App.js +++ b/src/App.js @@ -48,7 +48,7 @@ class App extends React.Component { if (this.websocket.readyState === WebSocket.OPEN) { this.websocket.send(JSON.stringify({ type: 'ping' })); } - }, 30000); + }, 10000); } componentWillUnmount() {