[c-host] increased the polling delay as there is a better fix for LGMP

This commit is contained in:
Geoffrey McRae 2020-01-27 01:22:40 +11:00
parent 893b23f3cd
commit 2885c73a9a

View File

@ -94,7 +94,7 @@ static int lgmpThread(void * opaque)
DEBUG_ERROR("lgmpHostProcess Failed: %s", lgmpStatusString(status));
break;
}
usleep(10);
usleep(10000);
}
app.running = false;