Quellcode durchsuchen

Remove maxFileSize and maxTokens from
defaultConfig, this are optional

guillermoscript vor 1 Jahr
Ursprung
Commit
632a82df42
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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
 };