-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into snowbridge-free-consensus-update-fix
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: "Move bitfield_distribution to blocking task pool and set capacity to 8192" | ||
|
||
doc: | ||
- audience: Node Dev | ||
description: | | ||
This is moving bitfield_distribution to the blocking task pool because it does cpu | ||
intensive work and to make it snappier. Additionally, also increase the message | ||
capacity of the subsystem to make sure the queue does not get full if there is a | ||
burst of messages. | ||
|
||
crates: | ||
- name: polkadot-overseer | ||
bump: patch |