Skip to content

Commit

Permalink
new(all): Auto import for logo, colors and website content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Rodriguez committed May 22, 2024
1 parent b9d1eb2 commit 6942f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kb.gbapp/services/KBService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 6942f0d

Please sign in to comment.