diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/daemon_event_schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index 7a40a6ca0..cf3756236 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -59,6 +59,9 @@ "tcp-max-post-end-flow-time": { "type": "number" }, + "max-packets-per-flow-to-process": { + "type": "number" + }, "max-packets-per-flow-to-send": { "type": "number" } |