Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change SplitHTTP Client Config (JSON Custom Config) Default Setting Parameters. #1327

Closed
deepsm0ke opened this issue Sep 21, 2024 · 1 comment

Comments

@deepsm0ke
Copy link

deepsm0ke commented Sep 21, 2024

Hi.
The default json custom config for SplitHTTP given to users needs to be changed ( Xray: 1.8.24 ).

Marzban Default SplitHTTP Settings :

"splithttpSettings": {
"maxUploadSize": 1000000,
"maxConcurrentUploads": 10 }

become like this :

"splithttpSettings": {
"scMaxEachPostBytes": 1000000,
"scMaxConcurrentPosts": 100,
"scMinPostsIntervalMs": 30,
"xPaddingBytes": "100-1000" }

https://xtls.github.io/en/config/transports/splithttp.html#splithttpobject

@M03ED
Copy link
Collaborator

M03ED commented Sep 21, 2024

yeah that's what we wanna do if you check pr's #1302
im waiting for a stable version

@M03ED M03ED closed this as completed Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants