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

Extract vote_rebroadcaster #4830

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

pwojcikdev
Copy link
Contributor

This moves vote rebroadcasting code to a dedicated vote_rebroadcaster component. The benefit of having a separate component is that it offloads the actual "flood" network call to a dedicated rebroadcasting thread, before this happened on vote processor thread which is already congested.

@qwahzi qwahzi added this to the V28 milestone Jan 20, 2025
@gr0vity-dev-bot
Copy link

gr0vity-dev-bot commented Jan 20, 2025

Test Results for Commit dfa6bd2

Pull Request 4830: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 108s)
  • 5n4pr_conf_10k_change: PASS (Duration: 133s)
  • 5n4pr_conf_change_dependant: PASS (Duration: 118s)
  • 5n4pr_conf_change_independant: PASS (Duration: 128s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 117s)
  • 5n4pr_conf_send_independant: PASS (Duration: 128s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 115s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 139s)

Last updated: 2025-01-20 17:12:29 UTC

@pwojcikdev pwojcikdev merged commit 99f95a1 into nanocurrency:develop Jan 21, 2025
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged / V28.0
Development

Successfully merging this pull request may close these issues.

3 participants