mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Change comments to use ConnectionPool::TimeoutError #131

Closed mobilutz closed 4 years ago

mobilutz commented 4 years ago

With the introduction of ConnectionPool::TimeoutError in https://github.com/mperham/connection_pool/commit/dd5dac56607a146aa29ec4ef557c42726541a2fa the comments have not been changed.

Now they reflect what is being thrown.

PS: I did not search the whole codebase, only saw the mismatch in this file.