So, the MongoDB github page (https://github.com/ankhers/mongodb) explains how to set up your connection with Poolboy (managed by DBConnection, as I understand it), but not how to configure the number of Poolboy connections/workers. Is it configurable? Poolboy says it defaults to one worker, and I looked through the MongoDB code and can’t see where it would set anything differently.
Any hints on how to tell or configure how many connections are in the connection pool?