loopback-connector-mongodb icon indicating copy to clipboard operation
loopback-connector-mongodb copied to clipboard

pool connection sizing incorrectly supported

Open gjbaxter opened this issue 3 years ago • 0 comments

According to the documentation (https://www.mongodb.com/docs/drivers/node/v4.6/fundamentals/connection/connection-options/), connection pool configuration is dependent on options maxPoolSize and minPoolSize. The loopback connector only allows a 'poolSize' option to be defined and passed to the client.

gjbaxter avatar Nov 07 '22 20:11 gjbaxter