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

NodeConfig was reading a particular config from default on every start up #739

Merged
merged 2 commits into from
Oct 17, 2021

Conversation

desyncr
Copy link
Contributor

@desyncr desyncr commented Aug 14, 2021

This particular config value is currently retrieved from the class default value and not from the config as expected.

public Integer get() {
return ResizablePersistentIntBuffer.getPersistenceTime();
}
public Integer get() { return storeSaltHashSlotFilterPersistenceTime;}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don’t collapse this into a single line; otherwise this looks good.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Yeah that looked weird!

@ArneBab ArneBab merged commit 81f7725 into hyphanet:next Oct 17, 2021
@desyncr desyncr deleted the missing-persisting-config branch October 17, 2021 22:12
@desyncr
Copy link
Contributor Author

desyncr commented Oct 17, 2021

🎉

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

Successfully merging this pull request may close these issues.

3 participants