mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 05:04:40 +03:00
splithttp - change default to accept range (better upload now)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user