mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 06:46:19 +00:00
Update CoreConfigV2ray.cs
This commit is contained in:
parent
a7f3a7b1a7
commit
f70976b580
1 changed files with 3 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue