mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +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()
|
||||
{
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue