config.def.h: improve latency for the default configuration

Ref.
https://git.suckless.org/st/commit/f20e169a20f3ee761f7e09714f1d4c10916cf4c6.html
This commit is contained in:
Bakkeby 2024-03-17 15:38:45 +01:00
parent 06bb70e2d1
commit dba3d178a4
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,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;
#if SYNC_PATCH