We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc09f4 commit c3b7af7Copy full SHA for c3b7af7
mithril-signer/src/main.rs
@@ -81,11 +81,10 @@ pub struct Args {
81
allow_unparsable_block: bool,
82
83
/// Preloading refresh interval in seconds
84
- // TODO: Replace the default value to 43200 (12 hours) once the Cardano transactions is activated on mainnet
85
#[clap(
86
long,
87
env = "PRELOADING_REFRESH_INTERVAL_IN_SECONDS",
88
- default_value_t = 7200
+ default_value_t = 43200
89
)]
90
preloading_refresh_interval_in_seconds: u64,
91
}
0 commit comments