correctly log stats at remove_unrooted_slots (#32467)

This commit is contained in:
Jeff Washington (jwash) 2023-07-13 06:55:35 -07:00 committed by GitHub
parent d80745cfaf
commit 09ddbd731c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6071,7 +6071,7 @@ impl AccountsDb {
&remove_unrooted_purge_stats,
true,
);
remove_unrooted_purge_stats.report("remove_unrooted_slots_purge_slots_stats", Some(0));
remove_unrooted_purge_stats.report("remove_unrooted_slots_purge_slots_stats", None);
let mut currently_contended_slots = slots_under_contention.lock().unwrap();
for (remove_slot, _) in remove_slots {