diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-05-20 11:05:53 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-05-20 11:05:53 +0200 |
commit | 4e7e361d84287607391e43207f9fd3b58e958a11 (patch) | |
tree | b0f12aafebd1a23dc3e3a02872c763a1257f6d9d /schema | |
parent | 9809ae4ea05ac7764ab3cf206bb9503c53e2d132 (diff) |
* fix API issue due to changed name of a public struct
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/daemon_event_schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index c268e7b13..0fe6dab36 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -71,8 +71,8 @@ }, "size_per_flow": { "type": "number", - "minimum": 1400, - "maximum": 1500 + "minimum": 1384, + "maximum": 1400 }, "max-flows-per-thread": { |