mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Merge pull request #184 from greatest-ape/greatest-ape-patch-1
ws: fix thread name issue
This commit is contained in:
commit
4074074bde
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