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
{{ message }}
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.
Currently a call to hubstorage.frontier.Frontier.read returns a generator which contains 100 batches, each of which contains 100 links. That makes 100x100=10000 links.
When HS_MAX_LINKS is not exceeding 10000, things look good; But when it's larger than 10000, e.g. specifying HS_MAX_LINKS = 20000, only 10000 links are generated by the HcfMiddleware.
The text was updated successfully, but these errors were encountered:
starrify
added a commit
to starrify/scrapylib
that referenced
this issue
Mar 26, 2015
Currently a call to
hubstorage.frontier.Frontier.read
returns a generator which contains 100 batches, each of which contains 100 links. That makes 100x100=10000 links.When
HS_MAX_LINKS
is not exceeding 10000, things look good; But when it's larger than 10000, e.g. specifyingHS_MAX_LINKS = 20000
, only 10000 links are generated by theHcfMiddleware
.The text was updated successfully, but these errors were encountered: