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
|
WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1
|
||||||
AUTOPLAY_DELAY = 3.0
|
AUTOPLAY_DELAY = 3.0
|
||||||
SYNC_ON_PAUSE = True # Client seek to global position - subtitles may disappear on some media players
|
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
|
#Usually there's no need to adjust these
|
||||||
LAST_PAUSED_DIFF_THRESHOLD = 2
|
LAST_PAUSED_DIFF_THRESHOLD = 2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user