Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add max url page request limit #544

Open
zerokeeper opened this issue Aug 1, 2023 · 1 comment
Open

Add max url page request limit #544

zerokeeper opened this issue Aug 1, 2023 · 1 comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes. Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.

Comments

@zerokeeper
Copy link

Please describe your feature request:

add -ul/-url-limit (default 1000) to set katana crawl max url page in every site,avoid to crawl long time in some sites.

Describe the use case of this feature:

katana -u https://example.com -ul 1000

@zerokeeper zerokeeper added the Type: Enhancement Most issues will probably ask for additions or changes. label Aug 1, 2023
@Mzack9999 Mzack9999 added the Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all. label Dec 28, 2023
@Mzack9999
Copy link
Member

With this feature you really risk to lose a lot of results that might be in the upper range of the threshold. Have you tried playing with the depth parameter? If you are interested in a rapid flyover without too much nesting you can limit the crawling to a depth of 2 or 3 with standard crawling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes. Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.
Projects
None yet
Development

No branches or pull requests

2 participants