decreasing to 45s

This commit is contained in:
Vaclav Barta
2022-07-01 12:36:15 +02:00
parent ca1724e994
commit 057a1afa03

View File

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