mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Type Route Cutovers + Reduce IP Tracker cleanup pressure
This commit is contained in:
@@ -78,6 +78,11 @@ pub(crate) async fn spawn_runtime_tasks(
|
||||
stats_maintenance.run_periodic_user_stats_maintenance().await;
|
||||
});
|
||||
|
||||
let ip_tracker_maintenance = ip_tracker.clone();
|
||||
tokio::spawn(async move {
|
||||
ip_tracker_maintenance.run_periodic_maintenance().await;
|
||||
});
|
||||
|
||||
let detected_ip_v4: Option<IpAddr> = probe.detected_ipv4.map(IpAddr::V4);
|
||||
let detected_ip_v6: Option<IpAddr> = probe.detected_ipv6.map(IpAddr::V6);
|
||||
debug!(
|
||||
|
||||
Reference in New Issue
Block a user