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

Resources available should be checked outside expand() #8

Open
CatalinFrancu opened this issue Jul 13, 2020 · 0 comments
Open

Resources available should be checked outside expand() #8

CatalinFrancu opened this issue Jul 13, 2020 · 0 comments

Comments

@CatalinFrancu
Copy link
Owner

Currently we check inside expand() that there are at least 10,000 nodes/edges available. That's because sometimes we need a lot of resources for cascading depth updates. The check should be performed somewhere outside expand(), because expand() itself doesn't need many nodes.

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

No branches or pull requests

1 participant