From e458ba60addda0b2e18d044939dd65f7ff4dfeaa Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 18 May 2013 19:51:15 +0200 Subject: [PATCH] Set seek threshold back to >1 second --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 2c1c5cb..54283fb 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 = 0.9 +SEEK_THRESHOLD = 1 SLOWDOWN_RATE = 0.95 SLOWDOWN_KICKIN_THRESHOLD = 1.5 SLOWDOWN_RESET_THRESHOLD = 0.1