mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +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 {
|
||||
local_key,
|
||||
// FIXME #1578 make this available through chainspec
|
||||
gossip_duration: Duration::new(4, 0),
|
||||
gossip_duration: Duration::from_millis(333),
|
||||
justification_period: 4096,
|
||||
name: Some(service.config.name.clone())
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user