diff options
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 09582ce..de79332 100644 --- a/include/common.h +++ b/include/common.h @@ -76,7 +76,7 @@ #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) /* event buffer size (must be a power of two) */ -#define DIM_EVENTS 64 +#define DIM_EVENTS 512 /* year-proof millisecond event time */ typedef __u64 mstime_t; |