mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Increase number of events handled
This commit is contained in:
parent
2d952795a8
commit
0ef2b61a17
|
@ -631,7 +631,7 @@ static const char * const patterns[] = {
|
|||
|
||||
/* Event handling */
|
||||
#ifdef LINUX_INOTIFY
|
||||
#define NUM_EVENT_SLOTS 8 /* Make room for 8 events */
|
||||
#define NUM_EVENT_SLOTS 32 /* Make room for 8 events */
|
||||
#define EVENT_SIZE (sizeof(struct inotify_event))
|
||||
#define EVENT_BUF_LEN (EVENT_SIZE * NUM_EVENT_SLOTS)
|
||||
static int inotify_fd, inotify_wd = -1;
|
||||
|
|
Loading…
Reference in a new issue