Skip to content

Commit

Permalink
Re-introduce rewind double check
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Jun 10, 2024
1 parent 4126264 commit c4d454d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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\-]"
Expand Down

0 comments on commit c4d454d

Please sign in to comment.