Skip to content

Commit

Permalink
httpsplit fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Jul 18, 2024
1 parent f50bc16 commit f79a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/form/stream/stream_splithttp.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</a-input>
</a-input-group>
</a-form-item>
<a-form-item label="Max Upload Size (MB)">
<a-form-item label="Max Upload Size (byte)">
<a-input-number v-model="inbound.stream.splithttp.maxUploadSize" :min="0"></a-input-number>
</a-form-item>
<a-form-item label="Max Concurrent Upload">
Expand Down

0 comments on commit f79a33d

Please sign in to comment.