mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Increase retry for the websocket
This commit is contained in:
parent
3e2a300eec
commit
d30701956b
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class WebSocketClient(threading.Thread):
|
||||||
if self._stop_websocket:
|
if self._stop_websocket:
|
||||||
break
|
break
|
||||||
|
|
||||||
if self.monitor.waitForAbort(5):
|
if self.monitor.waitForAbort(120):
|
||||||
# Abort was requested, exit
|
# Abort was requested, exit
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue