am d095d867: am 0628fa25: Improve boot time

* commit 'd095d86705a42186c906db58486575b2d9060de6':
  Improve boot time
diff --git a/vdc.cpp b/vdc.cpp
index 3e80940..84771b4 100644
--- a/vdc.cpp
+++ b/vdc.cpp
@@ -61,7 +61,7 @@
             fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
             exit(4);
         } else {
-            sleep(1);
+            usleep(10000);
         }
     }