rename threads: 15 char limit (#16625)

This commit is contained in:
Jeff Washington (jwash)
2021-04-19 12:16:58 -05:00
committed by GitHub
parent 9dfcb921cf
commit 4aa753ff01
3 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ impl AccountsHashVerifier {
let exit = exit.clone();
let cluster_info = cluster_info.clone();
let t_accounts_hash_verifier = Builder::new()
.name("solana-accounts-hash".to_string())
.name("solana-hash-accounts".to_string())
.spawn(move || {
let mut hashes = vec![];
let mut thread_pool_storage = None;