From 901dfeed5b2a3f6bcfa1a90c9dd8a480fe5d2b78 Mon Sep 17 00:00:00 2001 From: aiqinxuancai Date: Thu, 14 Nov 2024 14:08:47 +0800 Subject: [PATCH] =?UTF-8?q?gost=E7=AD=89=E5=BE=85=E5=BB=B6=E6=97=B6?= =?UTF-8?q?=E9=99=8D=E4=BD=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DiscordProxyStart/Services/GostManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }