Improve boot time

Bug: 21516860
Change-Id: I3153c7f9a414a8eeadc0118f0a642ad8e96c81ce
This commit is contained in:
Paul Lawrence 2015-06-04 10:49:25 -07:00
parent d25e107440
commit 0628fa2514

2
vdc.c
View file

@ -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);
} }
} }