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

Add configurable MaxRequestTimeoutSeconds on transitions #1624

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

antonydenyer
Copy link
Contributor

@antonydenyer antonydenyer commented Mar 16, 2023

Allow maxRequestTimeoutSeconds to be specified in a transition:

"transitions" : [{
  "block": 200,
  "maxRequestTimeoutSeconds": 300
}]

this is specific for QBFT to prevent an exponential backoff during a failed round change.

@antonydenyer antonydenyer force-pushed the master branch 2 times, most recently from cfdf206 to 25ab4c9 Compare March 16, 2023 12:42
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