mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 20:21:06 +00:00
Reduce grandpa interval for substrate node (#2097)
This commit is contained in:
committed by
André Silva
parent
91c7c7188d
commit
90d3fe8913
@@ -106,7 +106,7 @@ construct_service_factory! {
|
|||||||
grandpa::Config {
|
grandpa::Config {
|
||||||
local_key,
|
local_key,
|
||||||
// FIXME #1578 make this available through chainspec
|
// FIXME #1578 make this available through chainspec
|
||||||
gossip_duration: Duration::new(4, 0),
|
gossip_duration: Duration::from_millis(333),
|
||||||
justification_period: 4096,
|
justification_period: 4096,
|
||||||
name: Some(service.config.name.clone())
|
name: Some(service.config.name.clone())
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user