From d319476eb6e7b9426b2441069d619284e1ab6ac2 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 11 Aug 2024 11:38:59 +0200 Subject: splithttp - change default to accept range (better upload now) --- web/assets/js/model/xray.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/assets') 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(); -- cgit v1.2.3