Skip to content

Commit

Permalink
Double folder search timeout threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Sep 1, 2015
1 parent 6c55d91 commit 8fcf343
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 @@ -49,7 +49,7 @@
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
Expand Down

0 comments on commit 8fcf343

Please sign in to comment.