From: cheoleun moon Date: Fri, 22 Oct 2021 02:44:56 +0000 (+0900) Subject: Increase max fd counts to 1024 X-Git-Tag: submit/tizen/20211028.034129~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17d37a052004a90b6e3be7bbe60a99f31883a72e;p=platform%2Fcore%2Fapi%2Fvine.git Increase max fd counts to 1024 Change-Id: I3f208b482d2e053cef88d31f999ab22f2217ca06 --- diff --git a/src/include/vine-event-loop.h b/src/include/vine-event-loop.h index ee9630a..53f7cd4 100755 --- a/src/include/vine-event-loop.h +++ b/src/include/vine-event-loop.h @@ -84,6 +84,6 @@ typedef struct { void *user_data); } vine_event_loop_fn; -#define MAX_VINE_FDS 512 +#define MAX_VINE_FDS 1024 #endif /* __VINE_EVENT_LOOP_H__ */