Explorar o código

Remove maxFileSize and maxTokens from
defaultConfig, this are optional

guillermoscript hai 1 ano
pai
achega
632a82df42
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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
 };