Skip to content

Commit 8bff722

Browse files
committed
chore: add keepAliveInitialDelay to disallowed options
1 parent decef14 commit 8bff722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass/src/main/validate-connection-string.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ const disallowedConnectionStringOptions = [
8787
'ciphers',
8888
'crl',
8989
'ecdhCurve',
90+
'keepAliveInitialDelay',
9091
'lookup',
9192
'minDHSize',
92-
'mongodbLogPath',
9393
'mongodbLogComponentSeverities',
9494
'mongodbLogMaxDocumentLength',
95+
'mongodbLogPath',
9596
'pkFactory',
9697
'proxyHost',
9798
'proxyPort',

0 commit comments

Comments
 (0)