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

fix wrong splithttp default #2433

Merged
merged 1 commit into from
Jul 9, 2024
Merged

fix wrong splithttp default #2433

merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. fix wrong splithttp default

    This default is defined as 1MB, but maxUploadSize is to be specified in
    bytes. This confusion could've come from poorly written documentation in
    xray, but it has been updated.
    
    in general I wish that panels would not set defaults at all and instead
    just omit parameters (in sharelinks, inbounds, ...) that the user didn't
    set explicitly. If I want to change the defaults in xray's codebase, it
    seems that all the panels will have to update the default too.
    
    I see marzban doing the same kind of things.
    mmmray committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    133f041 View commit details
    Browse the repository at this point in the history