summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2024-03-17 14:42:44 +0100
committerRafael Marçalo <raroma09@gmail.com>2024-03-19 12:25:51 +0000
commit369b51de17428cafa5c37aca6e953842396951ee (patch)
treee9e8bf9fa61b1127f004c639a774f44e3c1233c2
parent211007cfbe7c6c923ca4f1c99dc239998e64b6c7 (diff)
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 460e2ea..a29f624 100644
--- a/config.def.h
+++ b/config.def.h
@@ -59,7 +59,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;
/*