mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add Flow Swap Heuristic toggle
This commit is contained in:
parent
e76d7f2177
commit
85b939e929
11 changed files with 55 additions and 15 deletions
|
|
@ -2462,6 +2462,7 @@ local known_parameters = {
|
|||
["active_local_host_cache_interval"] = validateNumber,
|
||||
["mac_address_cache_duration"] = validateNumber,
|
||||
["toggle_assets_collection"] = validateBool,
|
||||
["toggle_flow_swap_heuristic"] = validateBool,
|
||||
["auth_session_duration"] = validateNumber,
|
||||
["local_host_cache_duration"] = validateNumber,
|
||||
["intf_rrd_raw_days"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue