mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +00:00
9a0049d0da
Part of https://github.com/paritytech/polkadot-sdk/issues/4126 we want to safely increase the execute_workers_max_num gradually from chain to chain and assess if there are any negative impacts. This PR performs the necessary plumbing to be able to increase it based on the chain id, it increase the number of execution workers from 2 to 4 on test network but lives kusama and polkadot unchanged until we gather more data. --------- Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
title: "Add logic to increase pvf worker based on chain"
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
A new logic and cli parameters were added to allow increasing the number of pvf
|
|
workers based on the chain-id.
|
|
|
|
crates:
|
|
- name: polkadot-node-core-candidate-validation
|
|
bump: minor
|
|
- name: polkadot-cli
|
|
bump: minor
|
|
- name: polkadot-service
|
|
bump: minor
|