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:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-08-11 12:38:59 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-08-11 12:38:59 +0300
commitd319476eb6e7b9426b2441069d619284e1ab6ac2 (patch)
tree8f6df4e43d2c9dedea3e15e082bd2bb12e272440 /web/assets/js/model
parent93d52bc86c4725fdfbdb629e87bbb5d24abf7d37 (diff)
splithttp - change default to accept range (better upload now)
Diffstat (limited to 'web/assets/js/model')
-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();