Fix epoll() performance issue 93/259393/2
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 7 Jun 2021 07:10:00 +0000 (16:10 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 7 Jun 2021 07:13:08 +0000 (16:13 +0900)
commit988757b04949e7ce68b44de5ac4ada342ef30fa7
tree82c243018cb406dbe2af200521ad936597ab20b8
parent51e46bf06787e4c64707631b78e9c60a3d90f8e2
Fix epoll() performance issue

vine event-loop runs on independent thread.
So, It is suitable to make a timeout to -1.

https://man7.org/linux/man-pages/man2/epoll_wait.2.html

Change-Id: Id4711937baeebe085ae947abc52436d09862692a
src/vine-event-loop.cpp