Implements user script queues (avoids 5-sec HT walk)

This commit is contained in:
Simone Mainardi 2020-09-28 11:45:00 +02:00
parent a435cdab9d
commit 90a5a57b36
19 changed files with 344 additions and 222 deletions

View file

@ -279,7 +279,7 @@ function defined_alert_notifications.flow_dump(container)
if isAdministrator() and prefs.is_dump_flows_enabled and
prefs.is_dump_flows_runtime_enabled and not ifstats.isFlowDumpDisabled and
not ifstats.isFlowDumpRunning then
not ifstats.isFlowDumpRunning and not ifstats.isViewed then
table.insert(container, create_flow_dump_alert_notification())
end
end