We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a crawl times out, the messages report the number of links found, not the number of links actually crawled.
30 of 651 links completed Exceeded crawl timeout of 15 seconds - skipping to the next crawl... Crawled 651 links and forms.
https://github.com/relevance/tarantula/blob/master/lib/relevance/tarantula/crawler.rb#L229
Looks like it should be using links_comleted_count instead of total_links_count
links_comleted_count
total_links_count
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a crawl times out, the messages report the number of links found, not the number of links actually crawled.
https://github.com/relevance/tarantula/blob/master/lib/relevance/tarantula/crawler.rb#L229
Looks like it should be using
links_comleted_count
instead oftotal_links_count
The text was updated successfully, but these errors were encountered: