mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
xhttp - default settings
This commit is contained in:
parent
67dfe664a6
commit
9c63638af1
1 changed files with 3 additions and 3 deletions
|
@ -494,9 +494,9 @@ class xHTTPStreamSettings extends XrayCommonClass {
|
|||
path = '/',
|
||||
host = '',
|
||||
headers = [],
|
||||
scMaxConcurrentPosts = "100-200",
|
||||
scMaxEachPostBytes = "1000000-2000000",
|
||||
scMinPostsIntervalMs = "10-50",
|
||||
scMaxConcurrentPosts = "100",
|
||||
scMaxEachPostBytes = "1000000",
|
||||
scMinPostsIntervalMs = "30",
|
||||
noSSEHeader = false,
|
||||
xPaddingBytes = "100-1000",
|
||||
xmux = {
|
||||
|
|
Loading…
Reference in a new issue