diff options
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": { |