mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Reduces the maximum cli/srv score per callback to 128
This commit is contained in:
parent
8467c056b4
commit
da943e0dff
38 changed files with 72 additions and 76 deletions
|
|
@ -7,10 +7,6 @@ local flow_consts = {}
|
|||
|
||||
-- ################################################################################
|
||||
|
||||
flow_consts.max_score = 1024 -- Keep in sync with SCORE_MAX_SCRIPT_VALUE in ntop_defines.h
|
||||
|
||||
-- ################################################################################
|
||||
|
||||
-- IMPORTANT: keep it in sync with ParserInterface::ParserInterface()
|
||||
|
||||
flow_consts.flow_fields_description = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue