forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.0'
This commit is contained in:
commit
1d7c57eb2f
@ -147,6 +147,9 @@ class IPMachinesService(IPServiceBase):
|
||||
if values[0] == b'v4':
|
||||
self._skipTimeOnFailure = int(values[3].decode())
|
||||
|
||||
# Sets maximum services for this
|
||||
self.maxDeployed = len(self._ips)
|
||||
|
||||
def getUnassignedMachine(self) -> typing.Optional[str]:
|
||||
# Search first unassigned machine
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user