summaryrefslogtreecommitdiff
path: root/src/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.c')
-rw-r--r--src/evdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c
index cf0a2846..860f69df 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1113,7 +1113,7 @@ evdev_note_time_delay(struct evdev_device *device,
return;
tdelta = us2ms(libinput->dispatch_time - eventtime);
- if (tdelta > 10) {
+ if (tdelta > 20) {
evdev_log_bug_client_ratelimit(device,
&device->delay_warning_limit,
"event processing lagging behind by %dms, your system is too slow\n",