Skip to content

1.21.0 - Add support for pruning of idle pool connections

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 23 Aug 13:28
6f3615c

What's Changed

Add support for pruning of idle pool connections by @gwynne in #110

EventLoopConnectionPool now supports optional periodic pruning of connections that have been idle for too long. Both the polling interval and the idle timeout are configurable.

Original credit for much of this code goes to @MahdiBM et al—and if I should have the opportunity to credit the et al, I will gladly do so!

Reviewers

Thanks to the reviewers for their help:

This patch was released by @gwynne

Full Changelog: 1.20.0...1.21.0