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:
André Silva
2023-11-28 09:18:26 +00:00
committed by GitHub
parent 0f7ffc66a5
commit 58a1f9c53d
7 changed files with 23 additions and 4 deletions
+4
View File
@@ -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`).