Skip to content

Commit

Permalink
Merge pull request #2003 from input-output-hk/jpraynaud/1943-update-s…
Browse files Browse the repository at this point in the history
…igner-preloader-refresh-interval

Chore: update signer preloader refresh interval
  • Loading branch information
jpraynaud authored Oct 14, 2024
2 parents 28dd7ae + 032f944 commit 0dbfeab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-signer"
version = "0.2.196"
version = "0.2.197"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
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 0dbfeab

Please sign in to comment.