Little fix

This commit is contained in:
emanuele-f 2019-06-28 18:34:08 +02:00
parent 937d94dd0e
commit 14d5675212
2 changed files with 2 additions and 2 deletions

View file

@ -17,8 +17,6 @@ local str_2_periodicity = {
["day"] = 86400,
}
local MAX_NUM_PER_MODULE_QUEUED_ALERTS = 1024 -- should match ALERTS_MANAGER_MAX_ENTITY_ALERTS on the AlertsManager
local known_alerts = {}
-- ##############################################