From f4a0bbe967baaf47e350796e29e87e8044de5d9b Mon Sep 17 00:00:00 2001 From: Et0h Date: Wed, 14 Oct 2015 11:54:31 +0100 Subject: [PATCH] Reduce mpv lock wait time due to getCalculatedPosition --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index f6c6230..8a403c5 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -117,7 +117,7 @@ MPC_MAX_RETRIES = 30 MPC_PAUSE_TOGGLE_DELAY = 0.05 MPV_NEWFILE_IGNORE_TIME = 1 STREAM_ADDITIONAL_IGNORE_TIME = 10 -MPV_LOCK_WAIT_TIME = 0.2 +MPV_LOCK_WAIT_TIME = 0.05 VLC_OPEN_MAX_WAIT_TIME = 15 VLC_MIN_PORT = 10000 VLC_MAX_PORT = 55000