decreasing to 45s
This commit is contained in:
		@@ -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));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user