am 0628fa25
: Improve boot time
* commit '0628fa25141261e549f06d1c6f9e9f3d29e2b8f0': Improve boot time
This commit is contained in:
commit
d095d86705
1 changed files with 1 additions and 1 deletions
2
vdc.cpp
2
vdc.cpp
|
@ -61,7 +61,7 @@ int main(int argc, char **argv) {
|
|||
fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
|
||||
exit(4);
|
||||
} else {
|
||||
sleep(1);
|
||||
usleep(10000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue