disable logging per thread on rent collection load (#25982)

This commit is contained in:
Jeff Washington (jwash) 2022-06-15 13:16:00 -05:00 committed by GitHub
parent e1efc5bebb
commit 80f90d6e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ impl Accounts {
range: R,
) -> Vec<PubkeyAccountSlot> {
self.accounts_db.range_scan_accounts(
"load_to_collect_rent_eagerly_scan_elapsed",
"", // disable logging of this. We now parallelize it and this results in multiple parallel logs
ancestors,
range,
&ScanConfig::new(true),