Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/src/accounts_background_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ impl AccountsBackgroundService {
let mut removed_slots_count = 0;
let mut total_remove_slots_time = 0;
let t_background = Builder::new()
.name("solBgAccounts".to_string())
.name("solAcctsBgSvc".to_string())
.spawn({
let is_running = is_running.clone();
let stop = stop.clone();
Expand Down
Loading