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