new(all): Auto import for logo, colors and website content.
This commit is contained in:
parent
e052ddc28b
commit
5e88eff5ae
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ export class KBService implements IGBKBService {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const maxDepth = 2; // Maximum depth of recursion
|
const maxDepth = 1; // Maximum depth of recursion
|
||||||
const visited = new Set<string>();
|
const visited = new Set<string>();
|
||||||
files = files.concat(await this.crawl(min, website, visited, 0, maxDepth, page));
|
files = files.concat(await this.crawl(min, website, visited, 0, maxDepth, page));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue