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 b4840f9 commit cc1b627Copy full SHA for cc1b627
examples/client-cardano-database-v2/src/main.rs
@@ -82,7 +82,7 @@ async fn main() -> MithrilResult<()> {
82
.verify_chain(&cardano_database_snapshot.certificate_hash)
83
.await?;
84
85
- let immutable_file_range = ImmutableFileRange::From(15000);
+ let immutable_file_range = ImmutableFileRange::From(4000);
86
let download_unpack_options = DownloadUnpackOptions {
87
allow_override: true,
88
include_ancillary: true,
0 commit comments