浏览代码

Remove maxFileSize and maxTokens from
defaultConfig, this are optional

guillermoscript 1 年之前
父节点
当前提交
632a82df42
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      config.ts

+ 0 - 2
config.ts

@@ -5,6 +5,4 @@ export const defaultConfig: Config = {
   match: "https://www.builder.io/c/docs/**",
   maxPagesToCrawl: 50,
   outputFileName: "output.json",
-  maxFileSize: 1000,
-  maxTokens: 5000
 };