Reduce wait for supermajority threshold back to 80%

This commit is contained in:
Michael Vines 2021-09-09 20:05:37 -07:00
parent 21f4606212
commit 4386e09710
1 changed files with 1 additions and 1 deletions

View File

@ -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>,