Intentionally attempt to produce finalizations every single block

While aggressive, the existing value (given the documentation for it) is far
too large to be reasonable here.
This commit is contained in:
Luke Parker
2025-12-09 21:59:20 -05:00
parent f94b7ca50e
commit 8dbea8452d

View File

@@ -433,7 +433,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
grandpa::run_grandpa_voter(grandpa::GrandpaParams { grandpa::run_grandpa_voter(grandpa::GrandpaParams {
config: grandpa::Config { config: grandpa::Config {
gossip_duration: std::time::Duration::from_millis(333), gossip_duration: std::time::Duration::from_millis(333),
justification_generation_period: 512, justification_generation_period: 1,
name: Some(name), name: Some(name),
observer_enabled: false, observer_enabled: false,
keystore: if role.is_authority() { Some(keystore) } else { None }, keystore: if role.is_authority() { Some(keystore) } else { None },