mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 19:35:07 +00:00
Double folder search timeout threshold
This commit is contained in:
parent
6c55d91749
commit
8fcf343a9e
@ -49,7 +49,7 @@ SERVER_STATE_INTERVAL = 1
|
||||
WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1
|
||||
AUTOPLAY_DELAY = 3.0
|
||||
SYNC_ON_PAUSE = True # Client seek to global position - subtitles may disappear on some media players
|
||||
FOLDER_SEARCH_TIMEOUT = 1.0 # Secs
|
||||
FOLDER_SEARCH_TIMEOUT = 2.0 # Secs
|
||||
|
||||
#Usually there's no need to adjust these
|
||||
LAST_PAUSED_DIFF_THRESHOLD = 2
|
||||
|
Loading…
Reference in New Issue
Block a user