feat(crawl): add maxDiscoveryDepth (#1329)
This commit is contained in:
@@ -160,6 +160,7 @@ export interface CrawlParams {
|
||||
includePaths?: string[];
|
||||
excludePaths?: string[];
|
||||
maxDepth?: number;
|
||||
maxDiscoveryDepth?: number;
|
||||
limit?: number;
|
||||
allowBackwardLinks?: boolean;
|
||||
allowExternalLinks?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user