Explorar el Código

Remove maxFileSize and maxTokens from
defaultConfig, this are optional

guillermoscript hace 1 año
padre
commit
632a82df42
Se han modificado 1 ficheros con 0 adiciones y 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
 };