diff --git a/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigV2ray.cs b/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigV2ray.cs index 15e5bcc0..d94b9a0b 100644 --- a/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigV2ray.cs +++ b/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigV2ray.cs @@ -913,7 +913,8 @@ namespace ServiceLib.Handler.CoreConfig SplithttpSettings4Ray splithttpSettings = new() { maxUploadSize = 1000000, - maxConcurrentUploads = 10 + maxConcurrentUploads = 10, + maxConnections="10-20" }; if (Utils.IsNotEmpty(node.path)) @@ -1247,4 +1248,4 @@ namespace ServiceLib.Handler.CoreConfig #endregion private gen function } -} \ No newline at end of file +}