Skip to content

Commit e5f92d7

Browse files
committed
comment
1 parent 3da167f commit e5f92d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schema-analyzer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ type AllSchemaParseOptions = {
167167
storeValues: boolean;
168168
signal?: AbortSignal;
169169
storedValuesLengthLimit: number;
170+
/** Complexity limit:
171+
* The analysis will be aborted if the threshold is exceeded. */
170172
distinctFieldsAbortThreshold?: number;
171173
};
172174
export type SchemaParseOptions = Partial<AllSchemaParseOptions>;

0 commit comments

Comments
 (0)