From d2c4b5396b8144183e435db815105e789129dbf3 Mon Sep 17 00:00:00 2001 From: Uriziel Date: Thu, 2 May 2013 17:48:53 +0200 Subject: [PATCH] Allow 1 seconds seeks. --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 54283fb..2c1c5cb 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 = 0.9 SLOWDOWN_RATE = 0.95 SLOWDOWN_KICKIN_THRESHOLD = 1.5 SLOWDOWN_RESET_THRESHOLD = 0.1