libguestfs: Start the inspection thread earlier

This commit is contained in:
Cole Robinson 2013-06-13 16:01:25 -04:00
parent 5a46e7420a
commit f3751e6fe9

View File

@ -37,7 +37,7 @@ class vmmInspection(vmmGObject):
self._thread = Thread(name="inspection thread", target=self._run)
self._thread.daemon = True
self._wait = 15 * 1000 # 15 seconds
self._wait = 5 * 1000 # 5 seconds
self._q = Queue()
self._conns = {}