Increase connection pool to allow for up to 70% speed increase on `bundle install` by Edouard-chin · Pull Request #9087 · ruby/rubygems

What was the end-user or developer problem that led to this PR? TL;DR Bundler is heavily limited by the connection pool which manages a single connection. By increasing the number of connection, we...