mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-19 07:48:10 +00:00
Revert "Start virtualbox VM one by one" because it doesn't fix the issue
This reverts commit da72a9501a
.
This commit is contained in:
@ -41,9 +41,6 @@ class VirtualBox(BaseManager):
|
||||
|
||||
super().__init__()
|
||||
self._vboxmanage_path = None
|
||||
# It seem starting two VM in paralell can be an issue:
|
||||
# https://github.com/GNS3/gns3-server/issues/190
|
||||
self.start_lock = asyncio.Lock()
|
||||
self._execute_lock = asyncio.Lock()
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user