Skip to content

Commit

Permalink
Thread naming in accordance with #27237
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Mar 24, 2023
1 parent 6c58a84 commit 78481a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/prioritization_fee_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl PrioritizationFeeCache {
let metrics_clone = metrics.clone();
let service_thread = Some(
Builder::new()
.name("prioritization-fee-cache-servicing-thread".to_string())
.name("solPrFeeCachSvc".to_string())
.spawn(move || {
Self::service_loop(cache_clone, receiver, metrics_clone);
})
Expand Down

0 comments on commit 78481a2

Please sign in to comment.