mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes various lua memory issues
This commit is contained in:
parent
eb52f62b1e
commit
5edfdeedcd
53 changed files with 336 additions and 551 deletions
|
|
@ -293,7 +293,7 @@ function rrd_utils.storageInfo(ifid, timeout)
|
|||
|
||||
for _, path in pairs(paths) do
|
||||
local absolute_path = os_utils.fixPath(dirs.workingdir .. "/" .. ifid .. "/".. path .."/")
|
||||
info[path] = getFolderSize(absolute_path, timeout, os_utils)
|
||||
info[path] = getFolderSize(absolute_path, timeout)
|
||||
info["total"] = info["total"] + info[path]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue