mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 18:17:56 +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:
@@ -98,6 +98,10 @@ pub struct RunCmd {
|
||||
#[arg(long)]
|
||||
pub no_beefy: bool,
|
||||
|
||||
/// Enable the block authoring backoff that is triggered when finality is lagging.
|
||||
#[arg(long)]
|
||||
pub force_authoring_backoff: bool,
|
||||
|
||||
/// Add the destination address to the 'Jaeger' agent.
|
||||
///
|
||||
/// Must be valid socket address, of format `IP:Port` (commonly `127.0.0.1:6831`).
|
||||
|
||||
Reference in New Issue
Block a user