diff --git a/DiscordProxyStart/Services/GostManager.cs b/DiscordProxyStart/Services/GostManager.cs index d1985ad..c68f136 100644 --- a/DiscordProxyStart/Services/GostManager.cs +++ b/DiscordProxyStart/Services/GostManager.cs @@ -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); } }