mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
extracted files limit is in bytes now, added bytes limit to preferences, PacketDumper code cleanup
This commit is contained in:
parent
a6e0a45b8d
commit
573bade0e0
12 changed files with 88 additions and 75 deletions
|
|
@ -1016,6 +1016,7 @@ elseif(page == "traffic_recording") then
|
|||
record_traffic_value = "true" -- Opposite
|
||||
end
|
||||
|
||||
max_space = math.floor(max_space/1024)*1024
|
||||
if isEmptyString(disk_space) then
|
||||
disk_space = max_space
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue