Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-12-16 12:46:05 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-12-16 13:20:38 +0300
commit36b0289bc659b2cc5505bfb2f0a8b9c45d21434d (patch)
tree9a84e32a5c4cf91dee5b1b64f8949ef085c67b5c /web/html/xui
parent0abd0be725aeaf05cf9c4c09857d3654a7ac3e7a (diff)
XHTTP: Add "scMaxBufferedPosts"v2.4.9
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/stream/stream_xhttp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/stream/stream_xhttp.html b/web/html/xui/form/stream/stream_xhttp.html
index fc94b211..1dd3c15c 100644
--- a/web/html/xui/form/stream/stream_xhttp.html
+++ b/web/html/xui/form/stream/stream_xhttp.html
@@ -27,8 +27,8 @@
<a-select-option v-for="key in MODE_OPTION" :value="key">[[ key ]]</a-select-option>
</a-select>
</a-form-item>
- <a-form-item label="Max Concurrent Upload">
- <a-input v-model.trim="inbound.stream.xhttp.scMaxConcurrentPosts"></a-input>
+ <a-form-item label="Max Buffered Upload">
+ <a-input v-model.trim="inbound.stream.xhttp.scMaxBufferedPosts"></a-input>
</a-form-item>
<a-form-item label="Max Upload Size (Byte)">
<a-input v-model.trim="inbound.stream.xhttp.scMaxEachPostBytes"></a-input>