You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These files are artificially created from links in a database. I am currently building them with max 50000 links ... not sure if the number of links is part of the problem and if so what max I should use.
I'm attaching a test file. Recreate the problem with this command (you may need to add file to the Allowed_Protocols):
Could I turn off the distribute_links() call on line 1274? If I do I need to convert the hash input to a list like the output...is that just a list of the keys?
I get an error like this when I run checklink against some large HTML files:
line 1443
is in the loop distributing links to avoid 1s delay between HEAD requests to the same host:These files are artificially created from links in a database. I am currently building them with max 50000 links ... not sure if the number of links is part of the problem and if so what max I should use.
I'm attaching a test file. Recreate the problem with this command (you may need to add
file
to theAllowed_Protocols
):testhtml.zip
The text was updated successfully, but these errors were encountered: