Double folder search timeout threshold

This commit is contained in:
Et0h 2015-09-01 12:14:25 +01:00
parent 6c55d91749
commit 8fcf343a9e

View File

@ -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