From 62e796cf5ac2e31c1893e7d6d93e340ec5d8ef79 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 19 Apr 2022 15:54:51 +0800 Subject: [PATCH] Update UpdateHandle.cs --- v2rayN/v2rayN/Handler/UpdateHandle.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2rayN/v2rayN/Handler/UpdateHandle.cs b/v2rayN/v2rayN/Handler/UpdateHandle.cs index bf3aacb7..630225d2 100644 --- a/v2rayN/v2rayN/Handler/UpdateHandle.cs +++ b/v2rayN/v2rayN/Handler/UpdateHandle.cs @@ -3,6 +3,7 @@ using System.Diagnostics; using System.IO; using System.Text; using System.Text.RegularExpressions; +using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using v2rayN.Base; @@ -185,6 +186,7 @@ namespace v2rayN.Handler bSysProxyType = true; config.sysProxyType = ESysProxyType.ForcedClear; SysProxyHandle.UpdateSysProxy(config, false); + Thread.Sleep(3000); } foreach (var item in config.subItem)