1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-12 04:58:34 +03:00

Merge remote-tracking branch 'origin/v3.6'

This commit is contained in:
Adolfo Gómez García 2023-03-03 15:46:34 +01:00
commit 58877d8844
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -73,7 +73,7 @@ class LiveDeployment(UserDeployment): # pylint: disable=too-many-public-methods
_queue: typing.List[int] = []
# : Recheck every this seconds by default (for task methods)
suggestedTime = 20
suggestedTime = 5
def initialize(self) -> None:
self._name = ''