mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixes system CPU load
This commit is contained in:
parent
21d151a404
commit
1703488796
5 changed files with 6 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ 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