mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix db index
This commit is contained in:
parent
9fa3b7920c
commit
0d7195d6e3
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ local do_trace = false
|
|||
|
||||
local alerts = {}
|
||||
|
||||
local MAX_NUM_ENQUEUED_ALERTS_EVENTS = 4096
|
||||
local MAX_NUM_ENQUEUED_ALERTS_EVENTS = 1024
|
||||
local ALERTS_EVENTS_QUEUE = "ntopng.cache.alerts_events_queue"
|
||||
local ALERT_CHECKS_MODULES_BASEDIR = dirs.installdir .. "/scripts/callbacks/interface/alerts"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue