mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: name statistics worker thread "statistics"
This commit is contained in:
parent
0a63ee3ce7
commit
3746fa76ec
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
let config = config.clone();
|
||||
|
||||
Builder::new()
|
||||
.name("statistics-collector".to_string())
|
||||
.name("statistics".into())
|
||||
.spawn(move || {
|
||||
#[cfg(feature = "cpu-pinning")]
|
||||
pin_current_if_configured_to(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue