lower default ticket verification quorum to 0.7

This commit is contained in:
Jędrzej Stuczyński
2025-01-30 10:16:41 +00:00
committed by GitHub
parent 28997c7f97
commit 0159d7c27a
+1 -1
View File
@@ -97,7 +97,7 @@ pub struct ZkNymTicketHandlerDebug {
impl ZkNymTicketHandlerDebug {
pub const DEFAULT_REVOCATION_BANDWIDTH_PENALTY: f32 = 10.0;
pub const DEFAULT_PENDING_POLLER: Duration = Duration::from_secs(300);
pub const DEFAULT_MINIMUM_API_QUORUM: f32 = 0.8;
pub const DEFAULT_MINIMUM_API_QUORUM: f32 = 0.7;
pub const DEFAULT_MINIMUM_REDEMPTION_TICKETS: usize = 100;
// use min(4/5 of max validity, validity - 1), but making sure it's no greater than 1 day