diff --git a/syncplay/constants.py b/syncplay/constants.py index b1af9787..0cc124b5 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -110,7 +110,7 @@ def getValueForOS(constantDict): 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\-]"