mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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
@ -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 New Issue
Block a user