Skip to content

Commit 0dbfeab

Browse files
authored
Merge pull request #2003 from input-output-hk/jpraynaud/1943-update-signer-preloader-refresh-interval
Chore: update signer preloader refresh interval
2 parents 28dd7ae + 032f944 commit 0dbfeab

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.196"
3+
version = "0.2.197"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-signer/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ pub struct Args {
8181
allow_unparsable_block: bool,
8282

8383
/// Preloading refresh interval in seconds
84-
// TODO: Replace the default value to 43200 (12 hours) once the Cardano transactions is activated on mainnet
8584
#[clap(
8685
long,
8786
env = "PRELOADING_REFRESH_INTERVAL_IN_SECONDS",
88-
default_value_t = 7200
87+
default_value_t = 43200
8988
)]
9089
preloading_refresh_interval_in_seconds: u64,
9190
}

0 commit comments

Comments
 (0)