Minor optimiations

This commit is contained in:
Luca Deri 2024-02-13 20:44:12 +01:00
parent fdf534996d
commit c119f7fa8e
5 changed files with 20 additions and 4 deletions

View file

@ -2,6 +2,13 @@
-- (C) 2017-24 - ntop.org
--
if (pragma_once_recipients == true) then
-- avoid multiple inclusions
return recipients
end
pragma_once_recipients = true
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path