Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/storb_validator/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ pub const INFO_API_RATE_LIMIT_MAX_REQUESTS: usize = 10;

// Initial values for alpha and beta used in the scoring system
// These were empirically derived to minimise reliable node churn
pub const INITIAL_ALPHA: f64 = 10.0;
pub const INITIAL_BETA: f64 = 20.0;
pub const INITIAL_ALPHA: f64 = 500.0;
pub const INITIAL_BETA: f64 = 1000.0;