Skip to content

Commit

Permalink
remove double-counted metric
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Jun 18, 2024
1 parent d2b3476 commit 086fc68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions accounts-db/src/ancient_append_vecs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,6 @@ impl AccountsDb {
self.thread_pool_clean.install(|| {
packer.par_iter().for_each(|(target_slot, pack)| {
let mut write_ancient_accounts_local = WriteAncientAccounts::default();
self.shrink_ancient_stats
.bytes_ancient_created
.fetch_add(pack.bytes, Ordering::Relaxed);
self.write_one_packed_storage(
pack,
**target_slot,
Expand Down

0 comments on commit 086fc68

Please sign in to comment.