Skip to content

Commit

Permalink
Reduce wait for supermajority threshold back to 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Sep 10, 2021
1 parent 21f4606 commit 4386e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ use {
};

const MAX_COMPLETED_DATA_SETS_IN_CHANNEL: usize = 100_000;
const WAIT_FOR_SUPERMAJORITY_THRESHOLD_PERCENT: u64 = 90;
const WAIT_FOR_SUPERMAJORITY_THRESHOLD_PERCENT: u64 = 80;

pub struct ValidatorConfig {
pub dev_halt_at_slot: Option<Slot>,
Expand Down

0 comments on commit 4386e09

Please sign in to comment.