Skip to content

Commit 37410ab

Browse files
committed
fixup: add timeoutMS to allowlist of command line connection string params
1 parent a7388cb commit 37410ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const allowedConnectionStringOptions = [
6464
'srvMaxHosts',
6565
'srvServiceName',
6666
'ssl', // Only if value is `true` or target host is local.
67+
'timeoutMS',
6768
'tls', // Only if value is `true` or target host is local.
6869
'tlsCertificateKeyFile',
6970
'tlsCertificateKeyFilePassword',

0 commit comments

Comments
 (0)