Fixes missing os_utils modules

This commit is contained in:
MatteoBiscosi 2022-08-31 15:05:36 +02:00
parent a4100b0cd9
commit 9487fd9711

View file

@ -1036,6 +1036,7 @@ end
--! @param path the path to compute the size for
--! @param timeout the maxium time to compute the size. If nil, it defaults to 15 seconds.
function getFolderSize(path, timeout)
local os_utils = require "os_utils"
local folder_size_key = "ntopng.cache.folder_size"
local now = os.time()
local expiration = 30 -- sec