Skip to content

Commit

Permalink
gost等待延时降低
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Nov 14, 2024
1 parent b88361a commit 901dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordProxyStart/Services/GostManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void StartProxy(string socksProxyAddress, int localHttpPort)
var currentProcess = new Process { StartInfo = startInfo };
currentProcess.Start();
//currentProcess.WaitForExit();
Thread.Sleep(3000);
Thread.Sleep(1500);
}
}

Expand Down

0 comments on commit 901dfee

Please sign in to comment.