term: lower the lower delay timeout from 2ms to 200µs

This commit is contained in:
Daniel Eklöf 2019-12-31 20:29:47 +01:00
parent 60b27a9686
commit 3912638141
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -203,7 +203,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
timerfd_settime(
term->delayed_render_timer.lower_fd, 0,
&(struct itimerspec){.it_value = {.tv_nsec = 2000000}},
&(struct itimerspec){.it_value = {.tv_nsec = 200000}},
NULL);
/* Second timeout - only reset when we render. Set to one