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
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -246,7 +246,7 @@ function Automatic_Server_Connect() {
if (Outbound_Connect_in_Progress) {
this.next_connect = js.setTimeout(
Automatic_Server_Connect,
1000,
10000,
this
);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment