Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the client TLS session cache size
We've seen heap dumps with ~500mb of tls session cache despite an expectation that connections are reused. These large session caches seem to show that we are creating new sessions anyhow, so there's little point in caching old data.
- Loading branch information