mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[host] nvfbc: increase retry timeout to 1 second
This commit is contained in:
parent
8619f787b9
commit
188f25c6bf
1 changed files with 2 additions and 2 deletions
|
@ -355,8 +355,8 @@ static bool nvfbc_init(void)
|
|||
if (created)
|
||||
break;
|
||||
|
||||
//10ms delay before retry
|
||||
nsleep(10000000);
|
||||
//1000ms delay before retry
|
||||
nsleep(1000000000);
|
||||
}
|
||||
|
||||
if (!created)
|
||||
|
|
Loading…
Reference in a new issue