From 0addf903aacefcc39028990a7c2280938d74cf2f Mon Sep 17 00:00:00 2001 From: Arc <64178177+Arc-2023@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:47:35 +0800 Subject: [PATCH] Update V2rayConfig.cs --- v2rayN/ServiceLib/Models/V2rayConfig.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Models/V2rayConfig.cs b/v2rayN/ServiceLib/Models/V2rayConfig.cs index 6335db48..ea5ec246 100644 --- a/v2rayN/ServiceLib/Models/V2rayConfig.cs +++ b/v2rayN/ServiceLib/Models/V2rayConfig.cs @@ -640,6 +640,7 @@ namespace ServiceLib.Models public int? maxUploadSize { get; set; } public int? maxConcurrentUploads { get; set; } + public string? maxConnections {get;set} } public class HttpSettings4Ray @@ -708,4 +709,4 @@ namespace ServiceLib.Models public string? length { get; set; } public string? interval { get; set; } } -} \ No newline at end of file +}