mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Added Lua garbage collector calls
This commit is contained in:
parent
c78ba0d93e
commit
f9f2a464ff
9 changed files with 13 additions and 18 deletions
|
|
@ -24,5 +24,6 @@ for i=1,num_runs do
|
|||
-- Do the actual processing
|
||||
recipients.process_notifications(now, now + periodicity --[[ deadline --]], periodicity)
|
||||
|
||||
collectgarbage("collect")
|
||||
ntop.msleep(sleep_duration)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue