mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Avoids spawning num_interfaces + threads to update stats
This commit is contained in:
parent
c969bb9bef
commit
8418d932ec
7 changed files with 3 additions and 36 deletions
|
|
@ -10,7 +10,6 @@ local periodic_activities_utils = {}
|
|||
periodic_activities_utils.periodic_activities = {
|
||||
-- Can use this table to keep certain information for every periodic activity
|
||||
-- Keep in sync with PeriodicActivities.cpp
|
||||
["stats_update.lua"] = { max_duration = 10 },
|
||||
["ht_state_update.lua"] = { max_duration = 10 },
|
||||
["minute.lua"] = { max_duration = 60 },
|
||||
["5min.lua"] = { max_duration = 300 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue