fix(llm.gblib): Fix in doc. publishing.
This commit is contained in:
parent
46248d4eef
commit
e7ad6e84ca
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ export class KBService implements IGBKBService {
|
|||
|
||||
const childLinks = [];
|
||||
for (const link of filteredLinks) {
|
||||
const links = await this.crawl(min, link, visited, depth + 1, maxDepth, page, websiteIgnoreUrls);
|
||||
const links = await this.crawl(min, link, visited, depth + 1, maxDepth, page, websiteIgnoreUrls, maxDocuments);
|
||||
if (links) {
|
||||
childLinks.push(...links);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue