Skip to content

Commit 8e8c3aa

Browse files
chore: minor typo
1 parent 7d670e8 commit 8e8c3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/iterateCursor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { calculateObjectSize } from "bson";
22
import type { AggregationCursor, FindCursor } from "mongodb";
33

44
/**
5-
* This function attempts to put a guard rail against accidental memory over
6-
* flow on the MCP server.
5+
* This function attempts to put a guard rail against accidental memory overflow
6+
* on the MCP server.
77
*
88
* The cursor is iterated until we can predict that fetching next doc won't
99
* exceed the maxBytesPerQuery limit.

0 commit comments

Comments
 (0)