From c785600a6b4ed33dbe6ebe9e2337e47e0856ad2a Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 25 Jun 2013 13:21:19 +0200 Subject: [PATCH] VLC constants: Increase open wait time, remove socket wait time --- syncplay/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 5187be9..76956f1 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -54,8 +54,7 @@ MPC_LOCK_WAIT_TIME = 0.2 MPC_RETRY_WAIT_TIME = 0.01 MPC_MAX_RETRIES = 30 MPC_PAUSE_TOGGLE_DELAY = 0.05 -VLC_OPEN_MAX_WAIT_TIME = 10 -VLC_SOCKET_OPEN_WAIT_TIME = 5 +VLC_OPEN_MAX_WAIT_TIME = 15 VLC_MIN_PORT = 10000 VLC_MAX_PORT = 55000