Skip to content

Commit

Permalink
Add tree commits to commit queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHalpinParity committed Apr 20, 2024
1 parent 8d1bd9e commit e0f7878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2163,6 +2163,7 @@ impl IndexedChangeSet {
}
for change in self.node_changes.iter() {
if let NodeChange::NewValue(address, val) = change {
*bytes += val.value().len();
overlay.address.insert(*address, (record_id, val.clone()));
}
}
Expand Down

0 comments on commit e0f7878

Please sign in to comment.