mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-02 09:09:17 +00:00
improve perf of remove_network in foreign net mgr (#1847)
This commit is contained in:
@@ -115,7 +115,7 @@ async fn foreign_mgr_stress_test() {
|
||||
i,
|
||||
p.list_routes().await,
|
||||
p.list_global_foreign_network().await.foreign_networks.len(),
|
||||
p.get_peer_map().list_peers().await
|
||||
p.get_peer_map().list_peers()
|
||||
);
|
||||
}
|
||||
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
|
||||
|
||||
Reference in New Issue
Block a user