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