Skip to content

Commit

Permalink
Update zebra-state/src/service/finalized_state/disk_format/upgrade/fi…
Browse files Browse the repository at this point in the history
…x_tree_key_type.rs

Co-authored-by: Marek <[email protected]>
  • Loading branch information
teor2345 and upbqdn authored Nov 22, 2023
1 parent f5a7542 commit 8ff0464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn run(
.write_batch(batch)
.expect("updating tree key formats should always succeed");

// These deletes can be slow due to tombstones for previously deleted keys,
// The deletes below can be slow due to tombstones for previously deleted keys,
// so we do it in a separate batch to avoid data races with syncing (#7961).
let mut batch = DiskWriteBatch::new();

Expand Down

0 comments on commit 8ff0464

Please sign in to comment.