mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27: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;
|
||||
}
|
||||
|
||||
switch (WaitForSingleObject(m_readyEvent, 1000))
|
||||
switch (WaitForSingleObject(m_readyEvent, 200))
|
||||
{
|
||||
case WAIT_ABANDONED:
|
||||
DEBUG_ERROR("Wait abandoned");
|
||||
|
Loading…
Reference in New Issue
Block a user