diff --git a/syncplay/constants.py b/syncplay/constants.py index b1af978..0cc124b 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -110,7 +110,7 @@ FOLDER_SEARCH_TIMEOUT = 20.0 # Secs - How long to wait until searches in folder FOLDER_SEARCH_DOUBLE_CHECK_INTERVAL = 30.0 # Secs - Frequency of updating cache # Usually there's no need to adjust these -DOUBLE_CHECK_REWIND = False +DOUBLE_CHECK_REWIND = True LAST_PAUSED_DIFF_THRESHOLD = 2 FILENAME_STRIP_REGEX = r"[-~_\.\[\](): ]" CONTROL_PASSWORD_STRIP_REGEX = r"[^a-zA-Z0-9\-]"