mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
0bddb93e9b
commit
6e97c87768
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ local function process_notifications_by_priority(ready_recipients, high_priority
|
|||
|
||||
-- Cycle until there are ready_recipients and total_budget left
|
||||
local cur_time = os.time()
|
||||
while #ready_recipients > 0 and total_budget >= 0 and cur_time <= deadline and not ntop.isDeadlineApproaching() do
|
||||
while #ready_recipients > 0 and total_budget >= 0 and cur_time <= deadline and (force_export or not ntop.isDeadlineApproaching()) do
|
||||
for i = #ready_recipients, 1, -1 do
|
||||
local ready_recipient = ready_recipients[i]
|
||||
local recipient = ready_recipient.recipient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue