mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-29 10:06:28 +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));
|
DEBUG_ERROR("lgmpHostProcess Failed: %s", lgmpStatusString(status));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
usleep(10);
|
usleep(10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
app.running = false;
|
app.running = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user