From 571f671ce2ffea519c6d1b7408873545297d5ac6 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 7 May 2016 10:20:02 +0100 Subject: [PATCH] Reduce folder search double-check threshold to 65 seconds --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 107b538..6c06c09 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -54,7 +54,7 @@ SYNC_ON_PAUSE = True # Client seek to global position - subtitles may disappear # Options for the File Switch feature: FOLDER_SEARCH_TIMEOUT = 60.0 # Secs - How long to wait until searches in folder to update cache are aborted (may be longer than this if hard drive needs to spin up) -FOLDER_SEARCH_DOUBLE_CHECK_INTERVAL = 120.0 # Secs - Frequency of updating cache when someone is playing a file not in current cache +FOLDER_SEARCH_DOUBLE_CHECK_INTERVAL = 65.0 # Secs - Frequency of updating cache when someone is playing a file not in current cache #Usually there's no need to adjust these LAST_PAUSED_DIFF_THRESHOLD = 2