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

Run node::process_confirmed from worker thread #3958

Conversation

pwojcikdev
Copy link
Contributor

The node::process_confirmed (..) does database lookup and is called from vote processor thread which is already very congested. This PR moves starting this operation to background worker.

This does database lookup and was called from vote processor thread
@pwojcikdev pwojcikdev merged commit 37860c6 into nanocurrency:develop Sep 28, 2022
@pwojcikdev pwojcikdev deleted the prs/beta-fix/backround-process-confirmed branch September 28, 2022 10:12
clemahieu pushed a commit to clemahieu/nano-node that referenced this pull request Oct 1, 2022
This does database lookup and was called from vote processor thread
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.

None yet

2 participants