Update runtime background hash verifier thread name
This commit is contained in:
parent
05fe061a7c
commit
d0983c3cf7
|
@ -6905,7 +6905,7 @@ impl Bank {
|
|||
let accounts_ = Arc::clone(&accounts);
|
||||
accounts.accounts_db.verify_accounts_hash_in_bg.start(|| {
|
||||
Builder::new()
|
||||
.name("solana-bg-hash-verifier".to_string())
|
||||
.name("solBgHashVerify".into())
|
||||
.spawn(move || {
|
||||
info!(
|
||||
"running initial verification accounts hash calculation in background"
|
||||
|
|
Loading…
Reference in New Issue