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

Net plugin send priority - 1.8 #8547

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Jan 31, 2020

Change Description

  • Process async_write callback at high priority. Low priority callback execution was preventing async_write calls from being scheduled until the low priority callback was executed. Under heavy load this can greatly increase latency.
  • Schedule sending sync blocks at low priority to prevent peer syncing overloading node.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

…king writes. Also enqueue sync blocks at low priority.
@heifner heifner merged commit b9d44ad into release/1.8.x Jan 31, 2020
@heifner heifner deleted the net-plugin-send-priority-1.8 branch January 31, 2020 19:45
adsorptionenthalpy added a commit to fioprotocol/fio that referenced this pull request Mar 4, 2020
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.

3 participants