Prevents unnecessary prefs dump upon alerts check

This commit is contained in:
Simone Mainardi 2018-04-13 18:25:40 +02:00
parent 3d1641e2b9
commit 72dacb7459
2 changed files with 4 additions and 4 deletions

View file

@ -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
-- =====================================================