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 16b18d1 commit a9b2fa7Copy full SHA for a9b2fa7
packages/compass-web/polyfills/@mongodb-js/devtools-connect/index.ts
@@ -15,6 +15,7 @@ export async function connectMongoClient(
15
delete options.oidc;
16
delete options.parentState;
17
delete options.parentHandle;
18
+ options.__skipPingOnConnect = true;
19
const client = new MongoClient(url, options);
20
await client.connect();
21
return {
0 commit comments