summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAiden Gall <aiden@aidengall.xyz>2024-03-18 04:07:13 +0000
committerAiden Gall <aiden@aidengall.xyz>2024-03-18 04:07:13 +0000
commitff28dfbb3f69fc94f536bb09d8be8d026ba6560f (patch)
tree57d68af3f814ead7cb11b4a9855825a4f0cf1ce2 /config.def.h
parent1170778edb6647215319c93ca3588cd3400cea3b (diff)
parentf20e169a20f3ee761f7e09714f1d4c10916cf4c6 (diff)
merge upstream
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index d1f7ab5..6388912 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;
/*