Skip to content

Conversation

@ferranbt
Copy link
Contributor

📝 Summary

This PR introduces an argument to make the configure the extra deadline time to wait for the payload request before dropping the block building routine.

@ferranbt ferranbt requested review from SozinM and avalonche as code owners May 13, 2025 14:07
@ferranbt ferranbt mentioned this pull request May 13, 2025
3 tasks
#[arg(long = "builder.log-pool-transactions", default_value = "false")]
pub log_pool_transactions: bool,
/// How much time extra to wait for the block building job to complete and not get garbage collected
#[arg(long = "builder.extra-block-deadline-secs", default_value = "20")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: is it still --builder.extra-block-deadline-secs or --builder.extra-block-deadline-ms?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seconds

@ferranbt ferranbt merged commit 907b06e into main May 13, 2025
3 checks passed
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.

3 participants