mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Prevents unnecessary prefs dump upon alerts check
This commit is contained in:
parent
3d1641e2b9
commit
72dacb7459
2 changed files with 4 additions and 4 deletions
|
|
@ -282,8 +282,8 @@ function get_global_alerts_hash_key(entity_type, alert_source)
|
|||
end
|
||||
|
||||
function get_make_room_keys(ifId)
|
||||
return {flows="ntopng.prefs.alerts.ifid_"..ifId..".make_room_flow_alerts",
|
||||
entities="ntopng.prefs.alerts.ifid_"..ifId..".make_room_closed_alerts"}
|
||||
return {flows="ntopng.cache.alerts.ifid_"..ifId..".make_room_flow_alerts",
|
||||
entities="ntopng.cache.alerts.ifid_"..ifId..".make_room_closed_alerts"}
|
||||
end
|
||||
|
||||
-- =====================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue