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 2134f16 commit 57981cbCopy full SHA for 57981cb
src/tools/atlas/metadata/connectCluster.ts
@@ -243,7 +243,7 @@ export class ConnectClusterTool extends AtlasToolBase {
243
`error connecting to cluster: ${error.message}`
244
);
245
246
- // We couldn't connect in ~30 seconds, likely because user creation is taking longer
+ // We couldn't connect in ~30 seconds, likely because user creation is taking longer.
247
// Retry the connection with longer timeout (~5 minutes), while also returning a response
248
// to the client. Many clients will have a 1 minute timeout for tool calls, so we want to
249
// return well before that.
0 commit comments