mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
polkadot: disable block authoring backoff on production networks (#2510)
Currently the polkadot node will backoff from block authoring if finality starts lagging. This PR disables this mechanism on production networks (polkadot and kusama) and adds a flags to optionally force enabling it.
This commit is contained in:
@@ -286,6 +286,7 @@ fn build_polkadot_full_node(
|
||||
grandpa_pause: None,
|
||||
// Disable BEEFY. It should not be required by the internal relay chain node.
|
||||
enable_beefy: false,
|
||||
force_authoring_backoff: false,
|
||||
jaeger_agent: None,
|
||||
telemetry_worker_handle,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user