This commit is contained in:
sebseb7
2025-09-02 09:02:18 +00:00
parent 7571381b0c
commit b106a7db39

View File

@@ -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() {