From 89dfea2679fbdfb27e82fb422db58a8d81a8abd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 7 Dec 2023 14:28:54 +0100 Subject: [PATCH] WebTunnelAgent.properties: change remoteTimeout to 5 minutes --- WebTunnel/WebTunnelAgent/WebTunnelAgent.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebTunnel/WebTunnelAgent/WebTunnelAgent.properties b/WebTunnel/WebTunnelAgent/WebTunnelAgent.properties index e49f3279..22d39f13 100644 --- a/WebTunnel/WebTunnelAgent/WebTunnelAgent.properties +++ b/WebTunnel/WebTunnelAgent/WebTunnelAgent.properties @@ -100,7 +100,7 @@ webtunnel.connectTimeout = 10 webtunnel.localTimeout = 7200 # The timeout (seconds) for the WebTunnel connection to the reflector server. -webtunnel.remoteTimeout = 900 +webtunnel.remoteTimeout = 300 # The number of I/O threads the WebTunnelDispatcher should use. webtunnel.threads = 4