Merge remote-tracking branch 'krobelus/stop-busy-polling-of-command-socket'
This commit is contained in:
commit
cf6e18e3c1
|
@ -776,7 +776,7 @@ class Server::Accepter
|
|||
{
|
||||
public:
|
||||
Accepter(int socket)
|
||||
: m_socket_watcher(socket, FdEvents::Read, EventMode::Urgent,
|
||||
: m_socket_watcher(socket, FdEvents::Read, EventMode::Normal,
|
||||
[this](FDWatcher&, FdEvents, EventMode mode) {
|
||||
handle_available_input(mode);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user