mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
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:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user