mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Optimized pools lock/unlock removing redis with a lock in ntopng
This commit is contained in:
parent
a9f7c69fab
commit
be90bf50df
11 changed files with 150 additions and 32 deletions
|
|
@ -506,7 +506,7 @@ end
|
|||
|
||||
function am_utils.deleteHost(host, measurement)
|
||||
local ts_utils = require("ts_utils")
|
||||
local alert_utils = require("alert_utils")
|
||||
-- local alert_utils = require("alert_utils")
|
||||
|
||||
-- NOTE: system interface must be manually sected and then unselected
|
||||
local old_iface = tostring(interface.getId())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue