From 284731deebaef376dc2fc9a5a8dd7d47cd6654dd Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 1 Jan 2025 18:48:47 +0100 Subject: xmux - hMaxReusableSecs --- web/assets/js/model/outbound.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/assets') diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index 4bf88e0c..dc0db039 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -293,9 +293,9 @@ class xHTTPStreamSettings extends CommonClass { xmux = { maxConcurrency: "16-32", maxConnections: 0, - cMaxReuseTimes: "64-128", - cMaxLifetimeMs: 0, - hMaxRequestTimes: "800-900", + cMaxReuseTimes: 0, + hMaxRequestTimes: "600-900", + hMaxReusableSecs: "1800-3000", hKeepAlivePeriod: 0, }, ) { @@ -330,8 +330,8 @@ class xHTTPStreamSettings extends CommonClass { maxConcurrency: this.xmux.maxConcurrency, maxConnections: this.xmux.maxConnections, cMaxReuseTimes: this.xmux.cMaxReuseTimes, - cMaxLifetimeMs: this.xmux.cMaxLifetimeMs, hMaxRequestTimes: this.xmux.hMaxRequestTimes, + hMaxReusableSecs: this.xmux.hMaxReusableSecs, hKeepAlivePeriod: this.xmux.hKeepAlivePeriod, }, }; -- cgit v1.2.3