Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fixup! Stop open measurement before logging it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Nov 26, 2019
1 parent 2d8096d commit aef9b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blocktree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl Blocktree {
adjust_ulimit_nofile();

// Open the database
let measure = Measure::start("open");
let mut measure = Measure::start("open");
let db = Database::open(&blocktree_path)?;

// Create the metadata column family
Expand Down

0 comments on commit aef9b66

Please sign in to comment.