Skip to content

Commit

Permalink
Merge pull request #500 from DominusKelvin/feat/add-max-pool-size-config
Browse files Browse the repository at this point in the history
[feat] add maxPoolSize as whitelisted config
  • Loading branch information
eashaw authored Apr 26, 2024
2 parents 76e0fd9 + 49eeb74 commit 762ac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/constants/config-whitelist.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = [

// Connection Options:
'poolSize', 'autoReconnect', 'noDelay', 'keepAlive', 'keepAliveInitialDelay', 'connectTimeoutMS',
'socketTimeoutMS', 'family', 'reconnectTries', 'reconnectInterval', 'retryWrites',
'socketTimeoutMS', 'family', 'reconnectTries', 'reconnectInterval', 'retryWrites', 'maxPoolSize',

// Other Options:
'ha', 'haInterval', 'replicaSet', 'secondaryAcceptableLatencyMS',
Expand Down

0 comments on commit 762ac7b

Please sign in to comment.