Skip to content

Commit

Permalink
Add prdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Sep 20, 2024
1 parent e718c69 commit 358452f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions prdoc/pr_5787.prdoc
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

0 comments on commit 358452f

Please sign in to comment.