feat: Add support for MongoDB driver options serverSelectionTimeoutMS, maxIdleTimeMS, heartbeatFrequencyMS (#9910)

This commit is contained in:
Manuel
2025-11-07 20:11:12 +01:00
committed by GitHub
parent d5e7d6e0f6
commit 1b661e98c8
5 changed files with 33 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ describe('Config Keys', () => {
maxStalenessSeconds: 10,
maxPoolSize: 10,
minPoolSize: 5,
serverSelectionTimeoutMS: 5000,
maxIdleTimeMS: 60000,
heartbeatFrequencyMS: 10000,
connectTimeoutMS: 5000,
socketTimeoutMS: 5000,
autoSelectFamily: true,