From 1856c694d75793dde017e685f6dbc940ea595dcf Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 9 Sep 2013 19:19:02 +0100 Subject: [PATCH] Incease duration threshold to 2.5sec --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index e6785a5..cd2edcf 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -9,7 +9,7 @@ DEFAULT_CONFIG_NAME = ".syncplay" #Changing these might be ok REWIND_THRESHOLD = 4 -SEEK_THRESHOLD = 1 +SEEK_THRESHOLD = 2.5 SLOWDOWN_RATE = 0.95 SLOWDOWN_KICKIN_THRESHOLD = 1.5 SLOWDOWN_RESET_THRESHOLD = 0.1