Skip to content

Commit

Permalink
Use 6 blocks as the unfinalized slack
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed May 27, 2024
1 parent 906864b commit 25abdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pub fn new_full(config: Configuration) -> Result<TaskManager, ServiceError> {
let role = config.role.clone();
let force_authoring = config.force_authoring;
let backoff_authoring_blocks = Some(BackoffAuthoringOnFinalizedHeadLagging {
unfinalized_slack: 15,
unfinalized_slack: 6,
..Default::default()
});
let name = config.network.node_name.clone();
Expand Down

0 comments on commit 25abdf3

Please sign in to comment.