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

COS: Add http_config for cos object store client #4482

Merged
merged 4 commits into from Jul 27, 2021

Commits on Jul 25, 2021

  1. Fix cos client MaxIdleConnsPerHost too low, too many TIME_WAIT (thano…

    …s-io#4479)
    
    The http.Transport is not auto-tuning and one size does not seem to fit all cases.
    Add `HTTPConfig` Allow to tune most of the http.Transport parameters and `MaxIdleConnsPerHost` tune to 100.
    
    Signed-off-by: hanjm <hanjinming@outlook.com>
    hanjm committed Jul 25, 2021
    Copy the full SHA
    7be7b0f View commit details
    Browse the repository at this point in the history
  2. Add docs about cos object store config http_config

    Signed-off-by: hanjm <hanjinming@outlook.com>
    hanjm committed Jul 25, 2021
    Copy the full SHA
    0a70543 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    Signed-off-by: hanjm <hanjinming@outlook.com>
    hanjm committed Jul 25, 2021
    Copy the full SHA
    690703a View commit details
    Browse the repository at this point in the history
  4. Add copyright

    Signed-off-by: hanjm <hanjinming@outlook.com>
    hanjm committed Jul 25, 2021
    Copy the full SHA
    cca6bf3 View commit details
    Browse the repository at this point in the history