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

@@ -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;