update programs DataInfo as part of TickRun (only once per second

This commit is contained in:
GyulyVGC 2026-02-22 21:32:55 +01:00
parent a16c53449a
commit 5fd239e0b8
4 changed files with 58 additions and 45 deletions

View file

@ -146,6 +146,7 @@ mod tests {
report_sort_type: SortType::Ascending,
host_sort_type: SortType::Descending,
service_sort_type: SortType::Neutral,
program_sort_type: SortType::Neutral,
filters: Filters {
bpf: "tcp".to_string(),
expanded: true,