Update userspace/falco/config_json_schema.h

Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: benierc <clement.benier@iot.bzh>
This commit is contained in:
benierc 2025-04-22 16:06:03 +02:00 committed by poiana
parent 543734af3c
commit 835ac52f4f

View File

@ -518,7 +518,7 @@ const char config_schema_string[] = LONG_STRING_CONST(
"keep_alive": {
"type": "boolean"
},
"max_consecutive_timeouts:" {
"max_consecutive_timeouts": {
"type": "integer"
}
},