mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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:
|
||||
break
|
||||
|
||||
if self.monitor.waitForAbort(5):
|
||||
if self.monitor.waitForAbort(120):
|
||||
# Abort was requested, exit
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in a new issue