Skip to content

Commit 122abef

Browse files
committed
fix(examples): realign immutables range with release-preprod environment
1 parent c856981 commit 122abef

File tree

1 file changed

+1
-1
lines changed
  • examples/client-cardano-database-v2/src

1 file changed

+1
-1
lines changed

examples/client-cardano-database-v2/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async fn main() -> MithrilResult<()> {
8282
.verify_chain(&cardano_database_snapshot.certificate_hash)
8383
.await?;
8484

85-
let immutable_file_range = ImmutableFileRange::From(15000);
85+
let immutable_file_range = ImmutableFileRange::From(4000);
8686
let download_unpack_options = DownloadUnpackOptions {
8787
allow_override: true,
8888
include_ancillary: true,

0 commit comments

Comments
 (0)