Skip to content

Commit

Permalink
Rename to bootstrap_interval
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Eizinger <[email protected]>
  • Loading branch information
PanGan21 and thomaseizinger authored Nov 12, 2023
1 parent 695b94a commit 0b54f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/kad/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub struct Behaviour<TStore> {
store: TStore,

/// The interval used by [`Behaviour::poll`] to call [`Behaviour::bootstrap`].
refresh_interval: Option<Duration>,
bootstrap_interval: Option<Duration>,
}

/// The configurable strategies for the insertion of peers
Expand Down

0 comments on commit 0b54f9a

Please sign in to comment.