diff --git a/components/DebugStream.tsx b/components/DebugStream.tsx index 7fcc4e5..a95c2dd 100644 --- a/components/DebugStream.tsx +++ b/components/DebugStream.tsx @@ -87,7 +87,7 @@ const addListeners = (account: ISelect | null) => { if (streamState.socket) { interval = setInterval(() => { streamState.socket?.send(""); - }, 90000); + }, 45000); } streamState.socket.addEventListener("open", () => onOpen(account));