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

Limit the number of expanded "neighbor" nodes that can be added at one time #50

Open
creisle opened this issue Mar 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@creisle
Copy link
Member

creisle commented Mar 12, 2022

For very highly connected nodes, expanding all relationships in the graph sometimes leads to the graph freezing due to the burden of rendering so many nodes. To avoid this problem we should set a cap on the number of new neighbour node (ex. relationships) that can be expanded at any one time. See #49 for an example of a highly connected node

@creisle creisle added the enhancement New feature or request label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant