new(all): Auto import for logo, colors and website content.

This commit is contained in:
Rodrigo Rodriguez 2024-05-22 13:33:13 -03:00
parent 2efa174dd4
commit 785f7929e0

View file

@ -1073,7 +1073,7 @@ export class KBService implements IGBKBService {
page.setDefaultTimeout(15000);
page.setCacheEnabled(false);
const maxDepth = 2; // Maximum depth of recursion
const maxDepth = 1; // Maximum depth of recursion
const visited = new Set<string>();
files = files.concat(await this.crawl(min, website, visited, 0, maxDepth, page, websiteIgnoreUrls));