Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

HcfMiddleware sometimes gives fewer links than requested. #58

Open
starrify opened this issue Mar 26, 2015 · 0 comments
Open

HcfMiddleware sometimes gives fewer links than requested. #58

starrify opened this issue Mar 26, 2015 · 0 comments

Comments

@starrify
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant