Fixes top flows sankey

This commit is contained in:
Matteo Biscosi 2023-09-25 16:34:52 +00:00
parent 4710f6b03b
commit 3224e81030
4 changed files with 5 additions and 4 deletions

View file

@ -29,7 +29,7 @@ end
interface.select(ifid)
local max_num_peers = 10
local max_num_peers = 100
local max_num_links = 32
local peers = getTopFlowPeers(tracked_host, max_num_peers, true --[[ high details for cli2srv.last/srv2cli.last fields ]])
local is_pcap_dump = interface.isPcapDumpInterface()