mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 13:07:46 +00:00
[host] nvfbc: increase retry timeout to 1 second
This commit is contained in:
parent
8619f787b9
commit
188f25c6bf
@ -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 New Issue
Block a user