summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_harvester.rs')
-rw-r--r--src/app/data_harvester.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/data_harvester.rs b/src/app/data_harvester.rs
index 2f5613cc..2672022d 100644
--- a/src/app/data_harvester.rs
+++ b/src/app/data_harvester.rs
@@ -149,7 +149,7 @@ impl DataCollector {
self.sys.refresh_memory();
self.mem_total_kb = self.sys.get_total_memory();
- // TODO: Would be good to get this and network list running on a timer instead...?
+ // TODO: [Data Collection] Would be good to get this and network list running on a timer instead...?
// Refresh components list once...
if self.widgets_to_harvest.use_temp {
self.sys.refresh_components_list();