From f70976b580252971add7d631a81685125d238404 Mon Sep 17 00:00:00 2001 From: Arc <64178177+Arc-2023@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:46:37 +0800 Subject: [PATCH] Update CoreConfigV2ray.cs --- v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigV2ray.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}