1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-25 23:21:41 +03:00

added time to enter credentials before closing new connections though tunnel

This commit is contained in:
Adolfo Gómez García 2021-04-05 11:24:30 +02:00
parent 03fc488f33
commit a3905c0c6c

View File

@ -76,7 +76,7 @@ class TRDPTransport(BaseRDPTransport):
tunnelWait = gui.NumericField(
length=3,
label=_('Tunnel wait time'),
defvalue='30',
defvalue='60',
minValue=5,
maxValue=65536,
order=2,