MongoClientSettings.maxConnections

Amount of maximum simultaneous connections to have open at the same time.

Every MongoDB call may allocate a new connection if no previous ones are available and there is no connection associated with the calling Fiber.

class MongoClientSettings
uint maxConnections;

Meta