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