libguestfs: Start the inspection thread earlier
This commit is contained in:
parent
5a46e7420a
commit
f3751e6fe9
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue