mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 12:14:16 +00:00
[host] increase sleep timeout to 100ms
This commit is contained in:
@@ -565,7 +565,7 @@ int app_main(int argc, char * argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
usleep(100);
|
||||
usleep(100000);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user