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 7d670e8 commit 8e8c3aaCopy full SHA for 8e8c3aa
src/helpers/iterateCursor.ts
@@ -2,8 +2,8 @@ import { calculateObjectSize } from "bson";
2
import type { AggregationCursor, FindCursor } from "mongodb";
3
4
/**
5
- * This function attempts to put a guard rail against accidental memory over
6
- * flow on the MCP server.
+ * This function attempts to put a guard rail against accidental memory overflow
+ * on the MCP server.
7
*
8
* The cursor is iterated until we can predict that fetching next doc won't
9
* exceed the maxBytesPerQuery limit.
0 commit comments