From 8fcf343a9e419b9f930b35d64cd4edc90760f6cf Mon Sep 17 00:00:00 2001 From: Et0h Date: Tue, 1 Sep 2015 12:14:25 +0100 Subject: [PATCH] Double folder search timeout threshold --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 2383db4..980bfb5 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -49,7 +49,7 @@ SERVER_STATE_INTERVAL = 1 WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1 AUTOPLAY_DELAY = 3.0 SYNC_ON_PAUSE = True # Client seek to global position - subtitles may disappear on some media players -FOLDER_SEARCH_TIMEOUT = 1.0 # Secs +FOLDER_SEARCH_TIMEOUT = 2.0 # Secs #Usually there's no need to adjust these LAST_PAUSED_DIFF_THRESHOLD = 2