mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-03 13:47:18 +03:00
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…
x
Reference in New Issue
Block a user