1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

fix(web): fix websocket mode (#4531)

This commit is contained in:
Alex 2023-10-18 12:12:19 -05:00 committed by GitHub
parent 0994575bf3
commit 23f0eb6fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ export const openWebsocketConnection = () => {
try {
const websocket = io('', {
path: '/api/socket.io',
transports: ['polling'],
reconnection: true,
forceNew: true,
autoConnect: true,