From 17e15733adbedac91640601795802afd2fc10b54 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 16 Jun 2023 16:26:40 +0200 Subject: [PATCH] tuning latencies --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index b389527..dccfc1a 100644 --- a/config.h +++ b/config.h @@ -55,8 +55,8 @@ int allowwindowops = 0; * near minlatency, but it waits longer for slow updates to avoid partial draw. * low minlatency will tear/flicker more, as it can "detect" idle too early. */ -static double minlatency = 8; -static double maxlatency = 33; +static double minlatency = 3; +static double maxlatency = 25; /* * blinking timeout (set to 0 to disable blinking) for the terminal blinking