We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc4741 commit 796998bCopy full SHA for 796998b
lib/mongo_client.js
@@ -88,7 +88,8 @@ var validOptionNames = [
88
'fsync',
89
'readPreferenceTags',
90
'numberOfRetries',
91
- 'auto_reconnect'
+ 'auto_reconnect',
92
+ 'minSize'
93
];
94
95
var ignoreOptionNames = ['native_parser'];
lib/topologies/replset.js
@@ -75,7 +75,8 @@ var legalOptionNames = [
75
'promoteValues',
76
'promoteBuffers',
77
'maxStalenessSeconds',
78
- 'promiseLibrary'
+ 'promiseLibrary',
79
80
81
82
/**
0 commit comments