mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed useless imports in lua code upping the memory usage
This commit is contained in:
parent
2f76c9bf4b
commit
dbf4bf2a2b
53 changed files with 2981 additions and 3255 deletions
|
|
@ -4,7 +4,10 @@
|
|||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/schemas/?.lua;" .. package.path
|
||||
|
||||
require "ntop_utils"
|
||||
require "ts_5min"
|
||||
local ts_utils_core = require("ts_utils_core")
|
||||
|
||||
local influxdb_export_api = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue