mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Add pref to skip DPI processing for collected flows
This commit is contained in:
parent
6993b7ac09
commit
c941f3a353
9 changed files with 65 additions and 29 deletions
|
|
@ -189,6 +189,10 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.toggle_flow_swap_heuristic"),
|
||||
description = i18n("prefs.toggle_flow_swap_heuristic_description")
|
||||
},
|
||||
toggle_skip_dpi_for_collected_flows = {
|
||||
title = i18n("prefs.toggle_skip_dpi_for_collected_flows"),
|
||||
description = i18n("prefs.toggle_skip_dpi_for_collected_flows_description")
|
||||
},
|
||||
active_local_host_cache_interval = {
|
||||
title = i18n("prefs.active_local_host_cache_interval_title"),
|
||||
description = i18n("prefs.active_local_host_cache_interval_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue