Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NotGyro committed Mar 2, 2023
1 parent 58844f8 commit 4e23c5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions consensus/service/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ pub struct Config {

/// Maximum number of client session tracking structures to retain in
/// a least-recently-used cache.
///
///
/// MAX_CLIENT_SESSIONS in crypto/ake/enclave/src/lib.rs controls what is,
/// effectively, the same session-tracking data on the unsecure side that
/// this variable controls in the enclave.
/// effectively, the same session-tracking data on the unsecure side that
/// this variable controls in the enclave.
/// If MAX_CLIENT_SESSIONS changes, please change the default on this
/// config setting to match.
/// config setting to match.
#[clap(long, default_value = "10000", env = "MC_CLIENT_TRACKING_CAPACITY")]
pub client_tracking_capacity: usize,
}
Expand Down

0 comments on commit 4e23c5f

Please sign in to comment.