Skip to content

Commit c3b7af7

Browse files
committed
chore: reduce pace of preloader refresh in signer
From every 2 hours to 12 hours.
1 parent 0bc09f4 commit c3b7af7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)