Reduce wait for supermajority threshold back to 80%

(cherry picked from commit 4386e09710)
This commit is contained in:
Michael Vines
2021-09-09 20:05:37 -07:00
parent 0b1aadf446
commit dc06d3dee5

View File

@@ -85,7 +85,7 @@ use std::{
}; };
const MAX_COMPLETED_DATA_SETS_IN_CHANNEL: usize = 100_000; 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;
#[derive(Debug)] #[derive(Debug)]
pub struct ValidatorConfig { pub struct ValidatorConfig {