Skip to content

Commit

Permalink
chore: disable cache tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Jan 4, 2024
1 parent d7a986f commit d6999e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ pub fn parallelize_inscription_data_computations(
)
});

cache_l1.clear();
let (mut transactions_ids, l1_cache_hits) =
get_transactions_to_process(block, cache_l1, inscriptions_db_tx, ctx);

Expand Down

0 comments on commit d6999e7

Please sign in to comment.