From d319476eb6e7b9426b2441069d619284e1ab6ac2 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 11 Aug 2024 11:38:59 +0200 Subject: [PATCH] splithttp - change default to accept range (better upload now) --- web/assets/js/model/xray.js | 6 +++--- web/html/xui/form/protocol/vless.html | 2 -- web/html/xui/form/stream/stream_splithttp.html | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) 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 ]]
diff --git a/web/html/xui/form/stream/stream_splithttp.html b/web/html/xui/form/stream/stream_splithttp.html index a873695c..baf76d0a 100644 --- a/web/html/xui/form/stream/stream_splithttp.html +++ b/web/html/xui/form/stream/stream_splithttp.html @@ -20,13 +20,13 @@ - + - + - +