Update CoreConfigV2ray.cs

This commit is contained in:
Arc 2024-09-17 21:46:37 +08:00 committed by GitHub
parent a7f3a7b1a7
commit f70976b580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -913,7 +913,8 @@ namespace ServiceLib.Handler.CoreConfig
SplithttpSettings4Ray splithttpSettings = new() SplithttpSettings4Ray splithttpSettings = new()
{ {
maxUploadSize = 1000000, maxUploadSize = 1000000,
maxConcurrentUploads = 10 maxConcurrentUploads = 10,
maxConnections="10-20"
}; };
if (Utils.IsNotEmpty(node.path)) if (Utils.IsNotEmpty(node.path))
@ -1247,4 +1248,4 @@ namespace ServiceLib.Handler.CoreConfig
#endregion private gen function #endregion private gen function
} }
} }