[host] reduce event timeout to speed up client reset

This commit is contained in:
Geoffrey McRae 2017-12-13 21:07:56 +11:00
parent fc49c10ea6
commit a216655582

View File

@ -162,7 +162,7 @@ bool Service::Process()
break; break;
} }
switch (WaitForSingleObject(m_readyEvent, 1000)) switch (WaitForSingleObject(m_readyEvent, 200))
{ {
case WAIT_ABANDONED: case WAIT_ABANDONED:
DEBUG_ERROR("Wait abandoned"); DEBUG_ERROR("Wait abandoned");