Skip to content

Commit

Permalink
Update params.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 authored Nov 5, 2024
1 parent 8387749 commit b3ad722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gossipsub/src/peer_score/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pub struct TopicScoreParams {

/// P1: time in the mesh
/// This is the time the peer has been grafted in the mesh.
/// The value of of the parameter is the `time/time_in_mesh_quantum`, capped by `time_in_mesh_cap`
/// The value of the parameter is the `time/time_in_mesh_quantum`, capped by `time_in_mesh_cap`
/// The weight of the parameter must be positive (or zero to disable).
pub time_in_mesh_weight: f64,
pub time_in_mesh_quantum: Duration,
Expand Down

0 comments on commit b3ad722

Please sign in to comment.