diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/stream/stream_xhttp.html | 4 |
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> |
