commit ffdfc8d4bc5e24eab86b857e637d60c7521bf0b0
parent ae7992b29f87e169510658b05c99e371d459d544
Author: lumidify <nobody@lumidify.org>
Date: Tue, 29 Dec 2020 22:44:49 +0100
Well, I guess I forgot to change that after all...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ltkd.c b/ltkd.c
@@ -158,7 +158,7 @@ ltk_mainloop(ltk_window *window) {
int clifd;
struct timeval tv, tv_master;
tv_master.tv_sec = 0;
- tv_master.tv_usec = 10;
+ tv_master.tv_usec = 20000;
FD_ZERO(&rallfds);
FD_ZERO(&wallfds);