Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information