diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 0e4e2e72..a02e57fe 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -555,9 +555,9 @@ class SplitHTTPStreamSettings extends XrayCommonClass { path = '/', host = '', headers = [], - scMaxConcurrentPosts = 100, - scMaxEachPostBytes = 1000000, - scMinPostsIntervalMs = 30, + scMaxConcurrentPosts = "100-200", + scMaxEachPostBytes = "1000000-2000000", + scMinPostsIntervalMs = "10-50", noSSEHeader = false, ) { super(); diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 82d5424e..2f58b28a 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -9,12 +9,10 @@
{{ i18n "pages.inbounds.email" }} | -Flow | ID |
---|---|---|
[[ client.email ]] | -[[ client.flow ]] | [[ client.id ]] |