diff --git a/server/src/uds/core/services/service.py b/server/src/uds/core/services/service.py index 62e26f15..880a75d9 100644 --- a/server/src/uds/core/services/service.py +++ b/server/src/uds/core/services/service.py @@ -258,8 +258,8 @@ class Service(Module): if self.maxDeployed < 1: self.maxDeployed = Service.UNLIMITED - else: - self.maxDeployed = Service.UNLIMITED + + # Keep untouched if maxServices is not present def requestServicesForAssignation( self, **kwargs