Skip to content

Commit 632a82d

Browse files
Remove maxFileSize and maxTokens from
defaultConfig, this are optional
1 parent 401d853 commit 632a82d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ export const defaultConfig: Config = {
55
match: "https://www.builder.io/c/docs/**",
66
maxPagesToCrawl: 50,
77
outputFileName: "output.json",
8-
maxFileSize: 1000,
9-
maxTokens: 5000
108
};

0 commit comments

Comments
 (0)