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