mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): fix websocket mode (#4531)
This commit is contained in:
parent
0994575bf3
commit
23f0eb6fe8
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ export const openWebsocketConnection = () => {
|
||||||
try {
|
try {
|
||||||
const websocket = io('', {
|
const websocket = io('', {
|
||||||
path: '/api/socket.io',
|
path: '/api/socket.io',
|
||||||
transports: ['polling'],
|
|
||||||
reconnection: true,
|
reconnection: true,
|
||||||
forceNew: true,
|
forceNew: true,
|
||||||
autoConnect: true,
|
autoConnect: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue