Implemented lua caching to speedump hostname and interface mapping lookup

This commit is contained in:
Luca Deri 2025-10-23 22:28:53 +02:00
parent 8d13fe3411
commit e0e4e8ea96
11 changed files with 817 additions and 600 deletions

View file

@ -34,6 +34,7 @@ local blog_utils = require("blog_utils")
local vs_utils = require "vs_utils"
local drop_host_pool_utils = require "drop_host_pool_utils"
local json = require "dkjson"
local cache_utils = require "cache_utils"
-- ##################################################################
@ -385,4 +386,6 @@ ntop.reloadServersConfiguration()
ntop.reloadASNConfiguration()
ts_utils.runFirstSetup()
cache_utils.initialize()
traceError(TRACE_NORMAL, TRACE_CONSOLE, "Completed startup.lua")