-
Notifications
You must be signed in to change notification settings - Fork 74
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
fix(celestia): use fixed delay in repeat attempts #753
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, its better to keep the backoff function, since there is a min and max delay. In case both values are the same, the delay will be fixed and will not increase over time. What i think we need is to be able to set those values in the config file, so nodes can choose the behavior, fixed or increasing delay, in case problems with batch submissions.
ok I will add another pr to expose config |
you can still merge this? |
see #757 for exposing config |
Co-authored-by: github-actions <[email protected]>
PR Standards
Opening a pull request should be able to meet the following requirements
Close #752
<-- Briefly describe the content of this pull request -->
For Author:
godoc
commentsFor Reviewer:
After reviewer approval: