diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-22 00:43:13 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-22 00:43:13 +0300 |
| commit | 7911eeb69f6489ec9a858c1c40792d6a40e99b23 (patch) | |
| tree | 30320957027b4b3201e61fe770fea91dc9b4d7ad /web/html/xui | |
| parent | 6e9180a6659479ea0b872d3c1bc4727fdd8571bd (diff) | |
XHTTP - scStreamUpServerSecs
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/form/stream/stream_xhttp.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/stream/stream_xhttp.html b/web/html/xui/form/stream/stream_xhttp.html index 8813bb26..2731511d 100644 --- a/web/html/xui/form/stream/stream_xhttp.html +++ b/web/html/xui/form/stream/stream_xhttp.html @@ -33,6 +33,9 @@ <a-form-item label="Max Upload Size (Byte)" v-if="inbound.stream.xhttp.mode === 'packet-up'"> <a-input v-model.trim="inbound.stream.xhttp.scMaxEachPostBytes"></a-input> </a-form-item> + <a-form-item label="Stream-Up Server"> + <a-input v-model.trim="inbound.stream.xhttp.scStreamUpServerSecs"></a-input> + </a-form-item> <a-form-item label="Padding Bytes"> <a-input v-model.trim="inbound.stream.xhttp.xPaddingBytes"></a-input> </a-form-item> |
