rename threads: 15 char limit (#16625)
This commit is contained in:
committed by
GitHub
parent
9dfcb921cf
commit
4aa753ff01
@@ -295,7 +295,7 @@ impl AccountsBackgroundService {
|
||||
let mut total_remove_slots_time = 0;
|
||||
let mut last_expiration_check_time = Instant::now();
|
||||
let t_background = Builder::new()
|
||||
.name("solana-accounts-background".to_string())
|
||||
.name("solana-bg-accounts".to_string())
|
||||
.spawn(move || loop {
|
||||
if exit.load(Ordering::Relaxed) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user