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

pull: Lower max concurrent HTTP requests to 2 #3065

Closed
wants to merge 1 commit into from

Commits on Oct 2, 2023

  1. pull: Lower max concurrent HTTP requests to 2

    I believe this may help re-enabling the libcurl low-speed limit
    checks in the case where we have a full 8 HTTP requests outstanding
    with the remote server, but it's actually throttling us.
    
    In practice, we really don't need more than two.  Experimenting
    with this using the builtin Go HTTP server, this actually seems
    to increase performance; but I get pretty wild timing variations
    overall.
    cgwalters committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    dbe16fe View commit details
    Browse the repository at this point in the history