Skip to content

Commit 57981cb

Browse files
committed
fix: comment
1 parent 2134f16 commit 57981cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/metadata/connectCluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class ConnectClusterTool extends AtlasToolBase {
243243
`error connecting to cluster: ${error.message}`
244244
);
245245

246-
// We couldn't connect in ~30 seconds, likely because user creation is taking longer
246+
// We couldn't connect in ~30 seconds, likely because user creation is taking longer.
247247
// Retry the connection with longer timeout (~5 minutes), while also returning a response
248248
// to the client. Many clients will have a 1 minute timeout for tool calls, so we want to
249249
// return well before that.

0 commit comments

Comments
 (0)