mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +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:
@@ -259,6 +259,7 @@ where
|
||||
is_parachain_node: service::IsParachainNode::No,
|
||||
grandpa_pause,
|
||||
enable_beefy,
|
||||
force_authoring_backoff: cli.run.force_authoring_backoff,
|
||||
jaeger_agent,
|
||||
telemetry_worker_handle: None,
|
||||
node_version,
|
||||
|
||||
Reference in New Issue
Block a user