Skip to content

Commit

Permalink
#328 10 seconds to open a TCP connection should be enough
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 2, 2024
1 parent 932a9c4 commit af1b036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class XpraClient {
this.reconnect_attempt = 0;
this.swap_keys = Utilities.isMacOS();
this.HELLO_TIMEOUT = 30_000;
this.OPEN_TIMEOUT = 2_000;
this.OPEN_TIMEOUT = 10_000;
this.PING_TIMEOUT = 15_000;
this.PING_GRACE = 2000;
this.PING_FREQUENCY = 5000;
Expand Down

0 comments on commit af1b036

Please sign in to comment.