other: remove comment about skipping timeseries in basic (#1700)

Turns out I already did this. Nice.
This commit is contained in:
Clement Tsang 2025-03-27 23:56:24 -04:00 committed by GitHub
parent 37a546ab0f
commit b1f969880e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ use crate::{
#[derive(Debug, Clone)]
pub struct StoredData {
pub last_update_time: Instant, // FIXME: (points_rework_v1) remove this?
pub timeseries_data: TimeSeriesData, // FIXME: (points_rework_v1) Skip in basic?
pub timeseries_data: TimeSeriesData,
pub network_harvest: network::NetworkHarvest,
pub ram_harvest: Option<MemData>,
pub swap_harvest: Option<MemData>,