Skip to content

Commit

Permalink
[host] nvfbc: increase retry timeout to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Dec 8, 2022
1 parent 8619f78 commit 188f25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/platform/Windows/capture/NVFBC/src/nvfbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 188f25c

Please sign in to comment.