grandpa: increase gossip duration to 1s (#781)

This commit is contained in:
André Silva
2020-01-19 22:24:21 +00:00
committed by Robert Habermeier
parent 524b6f0254
commit 3a49649a51
+1 -1
View File
@@ -481,7 +481,7 @@ pub fn new_full<Runtime, Dispatch, Extrinsic>(config: Configuration)
let config = grandpa::Config { let config = grandpa::Config {
// FIXME substrate#1578 make this available through chainspec // FIXME substrate#1578 make this available through chainspec
gossip_duration: Duration::from_millis(333), gossip_duration: Duration::from_millis(1000),
justification_period: 512, justification_period: 512,
name: Some(name), name: Some(name),
observer_enabled: false, observer_enabled: false,