Set different duration threshold to 2.5sec

This commit is contained in:
Etoh 2013-09-09 19:20:28 +01:00
parent 1856c694d7
commit 42e9a61539

View File

@ -9,11 +9,11 @@ DEFAULT_CONFIG_NAME = ".syncplay"
#Changing these might be ok
REWIND_THRESHOLD = 4
SEEK_THRESHOLD = 2.5
SEEK_THRESHOLD = 1
SLOWDOWN_RATE = 0.95
SLOWDOWN_KICKIN_THRESHOLD = 1.5
SLOWDOWN_RESET_THRESHOLD = 0.1
DIFFFERENT_DURATION_THRESHOLD = 1
DIFFFERENT_DURATION_THRESHOLD = 2.5
PROTOCOL_TIMEOUT = 12.5
RECONNECT_RETRIES = 10
SERVER_STATE_INTERVAL = 1