Increase max fd counts to 1024 00/266200/1
authorcheoleun moon <chleun.moon@samsung.com>
Fri, 22 Oct 2021 02:44:56 +0000 (11:44 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Tue, 9 Nov 2021 05:50:35 +0000 (14:50 +0900)
Change-Id: I3f208b482d2e053cef88d31f999ab22f2217ca06

src/include/vine-event-loop.h

index ee9630a97a0c9bb0337835d13e03c0b8757bd31d..53f7cd4fc0183d3fcaf6c8e12d5f0d2e1785ec38 100755 (executable)
@@ -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__ */