Skip to content
Snippets Groups Projects
Commit c3a776fd authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Bump connect delay from 1s to 10s, thanks to keyop for testing!

parent 734a9d1a
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -246,7 +246,7 @@ function Automatic_Server_Connect() { ...@@ -246,7 +246,7 @@ function Automatic_Server_Connect() {
if (Outbound_Connect_in_Progress) { if (Outbound_Connect_in_Progress) {
this.next_connect = js.setTimeout( this.next_connect = js.setTimeout(
Automatic_Server_Connect, Automatic_Server_Connect,
1000, 10000,
this this
); );
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment