Skip to content

Commit

Permalink
chore: reduce pace of preloader refresh in signer
Browse files Browse the repository at this point in the history
From every 2 hours to 12 hours.
  • Loading branch information
jpraynaud committed Oct 14, 2024
1 parent 0bc09f4 commit c3b7af7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mithril-signer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ pub struct Args {
allow_unparsable_block: bool,

/// Preloading refresh interval in seconds
// TODO: Replace the default value to 43200 (12 hours) once the Cardano transactions is activated on mainnet
#[clap(
long,
env = "PRELOADING_REFRESH_INTERVAL_IN_SECONDS",
default_value_t = 7200
default_value_t = 43200
)]
preloading_refresh_interval_in_seconds: u64,
}
Expand Down

0 comments on commit c3b7af7

Please sign in to comment.