Skip to content

Commit aa7e076

Browse files
committed
Update ParseConfigKey.spec.js
1 parent 051dfa8 commit aa7e076

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spec/ParseConfigKey.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ describe('Config Keys', () => {
7878
maxStalenessSeconds: 10,
7979
maxPoolSize: 10,
8080
minPoolSize: 5,
81+
serverSelectionTimeoutMS: 5000,
82+
maxIdleTimeMS: 60000,
83+
heartbeatFrequencyMS: 10000,
8184
connectTimeoutMS: 5000,
8285
socketTimeoutMS: 5000,
8386
autoSelectFamily: true,

0 commit comments

Comments
 (0)