Преглед изворни кода

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
 };