mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-21 19:38:09 +00:00
[host] increase sleep timeout to 100ms
This commit is contained in:
parent
c7330167cf
commit
380b5df9f9
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ int app_main(int argc, char * argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
usleep(100);
|
||||
usleep(100000);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue