Re-introduce rewind double check

This commit is contained in:
Et0h 2024-06-10 19:22:22 +01:00
parent 412626471f
commit c4d454d38a

View File

@ -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 FOLDER_SEARCH_DOUBLE_CHECK_INTERVAL = 30.0 # Secs - Frequency of updating cache
# Usually there's no need to adjust these # Usually there's no need to adjust these
DOUBLE_CHECK_REWIND = False DOUBLE_CHECK_REWIND = True
LAST_PAUSED_DIFF_THRESHOLD = 2 LAST_PAUSED_DIFF_THRESHOLD = 2
FILENAME_STRIP_REGEX = r"[-~_\.\[\](): ]" FILENAME_STRIP_REGEX = r"[-~_\.\[\](): ]"
CONTROL_PASSWORD_STRIP_REGEX = r"[^a-zA-Z0-9\-]" CONTROL_PASSWORD_STRIP_REGEX = r"[^a-zA-Z0-9\-]"