We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051dfa8 commit aa7e076Copy full SHA for aa7e076
1 file changed
spec/ParseConfigKey.spec.js
@@ -78,6 +78,9 @@ describe('Config Keys', () => {
78
maxStalenessSeconds: 10,
79
maxPoolSize: 10,
80
minPoolSize: 5,
81
+ serverSelectionTimeoutMS: 5000,
82
+ maxIdleTimeMS: 60000,
83
+ heartbeatFrequencyMS: 10000,
84
connectTimeoutMS: 5000,
85
socketTimeoutMS: 5000,
86
autoSelectFamily: true,
0 commit comments