mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[c-host] increased the polling delay as there is a better fix for LGMP
This commit is contained in:
parent
893b23f3cd
commit
2885c73a9a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ static int lgmpThread(void * opaque)
|
|||
DEBUG_ERROR("lgmpHostProcess Failed: %s", lgmpStatusString(status));
|
||||
break;
|
||||
}
|
||||
usleep(10);
|
||||
usleep(10000);
|
||||
}
|
||||
|
||||
app.running = false;
|
||||
|
|
Loading…
Reference in a new issue