This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump MaxIdleConns(PerHost) like v0.7
This helps "connection reset" issues when the cluster is under high query load from many clients. This also brings in the default http transport options which were (mistakenly?) removed by the TLS work. I'm not sure what the ramifications would be of using a blank http.Transport{} instead of http.DefaultTransport, but it seems best to avoid a sweeping change.
- Loading branch information