XHTTP: Add "scMaxBufferedPosts"

This commit is contained in:
mhsanaei
2024-12-16 10:46:05 +01:00
parent 0abd0be725
commit 36b0289bc6
2 changed files with 6 additions and 6 deletions

View File

@@ -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>