node: update flaming fir (#3681)

* node: reduce grandpa justification period to 512 blocks

* node: update flaming fir chainspec
This commit is contained in:
André Silva
2019-09-24 18:47:06 +01:00
committed by ddorgan
parent 1835c3f9a1
commit 1bf44278d3
3 changed files with 74 additions and 73 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ macro_rules! new_full {
let config = grandpa::Config {
// FIXME #1578 make this available through chainspec
gossip_duration: std::time::Duration::from_millis(333),
justification_period: 4096,
justification_period: 512,
name: Some(name),
keystore: Some(service.keystore()),
};