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)