diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-11 12:38:59 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-11 12:38:59 +0300 |
| commit | d319476eb6e7b9426b2441069d619284e1ab6ac2 (patch) | |
| tree | 8f6df4e43d2c9dedea3e15e082bd2bb12e272440 /web/assets | |
| parent | 93d52bc86c4725fdfbdb629e87bbb5d24abf7d37 (diff) | |
splithttp - change default to accept range (better upload now)
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/xray.js | 6 |
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(); |
