Skip to content

Commit

Permalink
Merge pull request #1789 from hxy7yx/v2.6-1
Browse files Browse the repository at this point in the history
increase the size of EVENT_SIZE
  • Loading branch information
fengzeroz authored Jan 3, 2024
2 parents 338216e + 88532f8 commit 57a0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/event_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct event_data {
bool use;
};

#define EVENT_SIZE 1024
#define EVENT_SIZE 1400

struct neu_events {
int epoll_fd;
Expand Down

0 comments on commit 57a0bcd

Please sign in to comment.