Skip to content

Commit

Permalink
WebTunnelAgent.properties: change remoteTimeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Dec 7, 2023
1 parent 998cc2e commit 89dfea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebTunnel/WebTunnelAgent/WebTunnelAgent.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89dfea2

Please sign in to comment.