diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index 2b1ec534..dd4f09b1 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -267,9 +267,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,
},
) {
@@ -304,8 +304,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,
},
};
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index f70ecd96..4ef6b489 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -381,12 +381,12 @@
-
-
-
+
+
+