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

Don't persist NetworkGraph #771

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Don't persist NetworkGraph #771

merged 1 commit into from
Sep 24, 2023

Conversation

benthecarman
Copy link
Collaborator

We no longer read the graph from storage, we just get it from RGS on boot, so there's no reason to persist it.

We can also not save it in our memory storage because we don't need to read it.

This should help with the memory out of bounds issue

@TonyGiorgio
Copy link
Contributor

Wait it's possible someone doesn't have it set to read from RGS tho right?

@benthecarman
Copy link
Collaborator Author

Wait it's possible someone doesn't have it set to read from RGS tho right?

Yeah I guess, we don't do anything for that right now

We no longer read the graph from storage, we just get it from RGS on
boot, so there's no reason to persist it.

We can also not save it in our memory storage because we don't need to
read it.
@TonyGiorgio TonyGiorgio merged commit 5e765d0 into master Sep 24, 2023
9 checks passed
@TonyGiorgio TonyGiorgio deleted the dont-persist-graph branch September 24, 2023 22:34
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

Successfully merging this pull request may close these issues.

2 participants