Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Produce block immediately if exhausted - 1.8 #8680

Merged
merged 15 commits into from
Feb 26, 2020

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Feb 22, 2020

Change Description

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

  • New configuration options:

    • max-block-cpu-usage-threshold-us
      Threshold of CPU block production to consider block full; when within threshold of max-block-cpu-usage block can be produced immediately. Default value 5000.
    • max-block-net-usage-threshold-bytes
      Threshold of NET block production to consider block full; when within threshold of max-block-net-usage block can be produced immediately. Default value 1024.

Copy link
Contributor

@johndebord johndebord left a comment

Choose a reason for hiding this comment

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

LGTM.

@heifner heifner merged commit c5a0df3 into release/1.8.x Feb 26, 2020
@heifner heifner deleted the produce-on-max-block-usage-1.8 branch February 26, 2020 13:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants