Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/xray.js6
1 files changed, 3 insertions, 3 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();