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

[3.2] Update max-scheduled-transaction-time-per-block-ms description #34

Merged
merged 2 commits into from
Aug 29, 2022

Conversation

heifner
Copy link
Member

@heifner heifner commented Aug 22, 2022

Update max-scheduled-transaction-time-per-block-ms to indicate it also includes time for incoming transactions according to the incoming-defer-ratio.

  --max-scheduled-transaction-time-per-block-ms arg (=100)
                                        Maximum wall-clock time, in
                                        milliseconds, spent retiring scheduled
                                        transactions (and incoming transactions
                                        according to incoming-defer-ratio) in
                                        any block before returning to normal
                                        transaction processing.

Resolves #18

…to indicate it also includes time for incoming transactions according to the incoming-defer-ratio.
@heifner heifner added the OCI Work exclusive to OCI team label Aug 22, 2022
@heifner heifner changed the title GH-18 Update max-scheduled-transaction-time-per-block-ms description [3.2] Update max-scheduled-transaction-time-per-block-ms description Aug 22, 2022
@heifner heifner merged commit 25eb9bd into main Aug 29, 2022
@heifner heifner deleted the GH-18-max-scheduled-trx-desc branch August 29, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Honor max-scheduled-transaction-time-per-block-ms
2 participants