From a3905c0c6c5f129f70f7554898b8aa687fe87c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 5 Apr 2021 11:24:30 +0200 Subject: [PATCH] added time to enter credentials before closing new connections though tunnel --- server/src/uds/transports/RDP/rdptunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/uds/transports/RDP/rdptunnel.py b/server/src/uds/transports/RDP/rdptunnel.py index ef042ec84..b962af7e7 100644 --- a/server/src/uds/transports/RDP/rdptunnel.py +++ b/server/src/uds/transports/RDP/rdptunnel.py @@ -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,