projects
/
platform
/
core
/
api
/
vine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e37b99
)
Increase max fd counts to 1024
56/265556/2
author
cheoleun moon
<chleun.moon@samsung.com>
Fri, 22 Oct 2021 02:44:56 +0000
(11:44 +0900)
committer
cheoleun moon
<chleun.moon@samsung.com>
Fri, 22 Oct 2021 06:35:08 +0000
(06:35 +0000)
Change-Id: I3f208b482d2e053cef88d31f999ab22f2217ca06
src/include/vine-event-loop.h
patch
|
blob
|
history
diff --git
a/src/include/vine-event-loop.h
b/src/include/vine-event-loop.h
index ee9630a97a0c9bb0337835d13e03c0b8757bd31d..53f7cd4fc0183d3fcaf6c8e12d5f0d2e1785ec38 100755
(executable)
--- 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__ */