Skip to content

Commit

Permalink
Increased logging interval
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Feb 19, 2025
1 parent 3cf0c68 commit 5ca8e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub struct Cli {
/// A lower value results in more frequent log updates.
///
/// The default is 300_000 milliseconds (300 seconds).
#[clap(long, default_value_t = 12_000)]
#[clap(long, default_value_t = 300_000)]
pub tx_state_logging_interval: u64,
}

Expand Down

0 comments on commit 5ca8e15

Please sign in to comment.