improve perf of remove_network in foreign net mgr (#1847)

This commit is contained in:
KKRainbow
2026-01-30 23:04:31 +08:00
committed by GitHub
parent acd7c85ff6
commit 9e3c9228bb
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ impl GlobalCtx {
let net_ns = NetNS::new(config_fs.get_netns());
let hostname = config_fs.get_hostname();
let (event_bus, _) = tokio::sync::broadcast::channel(8);
let (event_bus, _) = tokio::sync::broadcast::channel(16);
let stun_info_collector = StunInfoCollector::new_with_default_servers();