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

Lower Default Event Broadcast Value to Small Number #725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rauljordan
Copy link
Collaborator

BoLD has several goroutines that subscribe to events of new blocks being created in the parent chain. These notifications come from a broadcaster that sends to all the subscribers that need the data. We had a broadcast timeout of 1 minute which is way too long for a simple channel send, and if a receiver is blocked (which should rarely happen), it is not a problem if they miss one broadcast notification as they will act upon the next one right away

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.

1 participant