aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2024-03-17 14:42:44 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2024-03-17 14:42:44 +0100
commitf20e169a20f3ee761f7e09714f1d4c10916cf4c6 (patch)
treeb0d5fc6a6584bbecdcb7302565d5719c1e5fb92c
parent95f22c53059ccd60ee701ccf2659dacd95e4e89a (diff)
downloadst-f20e169a20f3ee761f7e09714f1d4c10916cf4c6.tar.zst
config.def.h: improve latency for the default configuration
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 91ab8ca..2cd740a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -53,7 +53,7 @@ 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 minlatency = 2;
static double maxlatency = 33;
/*