mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
huh
This commit is contained in:
@@ -183,7 +183,7 @@ export const WebsocketProvider = ({
|
||||
// so setConnected(false) doesn't trigger reconnect
|
||||
setReconnect(!reconnect);
|
||||
}
|
||||
}, 3_000);
|
||||
}, 5_000);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user