update upacking thread names (#28081)

* update upacking thread names

* remove - add ht
This commit is contained in:
apfitzge 2022-09-26 14:51:31 -05:00 committed by GitHub
parent 657d8322a7
commit cdb95a362f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1179,9 +1179,7 @@ fn spawn_unpack_snapshot_thread(
thread_index: usize,
) -> JoinHandle<()> {
Builder::new()
.name(format!(
"solana-streaming-unarchive-snapshot-{thread_index}"
))
.name(format!("solUnpkSnpsht{thread_index:02}"))
.spawn(move || {
streaming_unpack_snapshot(
&mut archive,