mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web): fix websocket mode (#4531)
This commit is contained in:
		| @@ -16,7 +16,6 @@ export const openWebsocketConnection = () => { | ||||
|   try { | ||||
|     const websocket = io('', { | ||||
|       path: '/api/socket.io', | ||||
|       transports: ['polling'], | ||||
|       reconnection: true, | ||||
|       forceNew: true, | ||||
|       autoConnect: true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user