]> Sergey Matveev's repositories - st.git/commitdiff
config.def.h: improve latency for the default configuration
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 17 Mar 2024 13:42:44 +0000 (14:42 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 17 Mar 2024 13:42:44 +0000 (14:42 +0100)
config.def.h

index 91ab8cab2c709e9f235c0892d4c48c83f2bdc5dc..2cd740a247dc2a13c1f0ad6301ca4027f28bf6e1 100644 (file)
@@ -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;
 
 /*