-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Docs
-
Fully Compatible
https://www.mongodb.com/docs/ruby-driver/master/reference/create-client/ says:
> The driver does not create connections eagerly - a connection is only created when a MongoDB operation is to be executed and there are no available connections, and the total number of established connections to the target server is below :max_pool_size.
This is no longer true - we do have population and respect min pool size.