mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
ws: fix thread name issue
This commit is contained in:
parent
de4a91a7c4
commit
944ae93b93
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
})
|
||||
.context("spawn swarm worker")?;
|
||||
|
||||
join_handles.push((WorkerType::Socket(i), handle));
|
||||
join_handles.push((WorkerType::Swarm(i), handle));
|
||||
}
|
||||
|
||||
#[cfg(feature = "prometheus")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue