diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-01 20:48:47 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-01 20:48:47 +0300 |
| commit | 284731deebaef376dc2fc9a5a8dd7d47cd6654dd (patch) | |
| tree | ee34450f84816eda44184ab393ebaedc94cf96f0 /web/html/xui/form/outbound.html | |
| parent | 9bc5c1d070645bcabdd44095df7b1592ab6f3365 (diff) | |
xmux - hMaxReusableSecs
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index f1f76940..4294d443 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -392,12 +392,12 @@ <a-form-item label="Max Reuse Times"> <a-input v-model="outbound.stream.xhttp.xmux.cMaxReuseTimes"></a-input> </a-form-item> - <a-form-item label="Max Lifetime (ms)"> - <a-input v-model="outbound.stream.xhttp.xmux.cMaxLifetimeMs"></a-input> - </a-form-item> <a-form-item label="Max Request Times"> <a-input v-model="outbound.stream.xhttp.xmux.hMaxRequestTimes"></a-input> </a-form-item> + <a-form-item label="Max Reusable Secs"> + <a-input v-model="outbound.stream.xhttp.xmux.hMaxReusableSecs"></a-input> + </a-form-item> <a-form-item label='Keep Alive Period'> <a-input v-model.number="outbound.stream.xhttp.xmux.hKeepAlivePeriod"></a-input> </a-form-item> |
