From c4d454d38af8f28de68ba6eeaf947c43d542c9e2 Mon Sep 17 00:00:00 2001 From: Et0h Date: Mon, 10 Jun 2024 19:22:22 +0100 Subject: [PATCH] Re-introduce rewind double check --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\-]"