mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] reduce event timeout to speed up client reset
This commit is contained in:
parent
fc49c10ea6
commit
a216655582
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user