From 835ac52f4fb5b0f5a6597c53985d01c06712cca5 Mon Sep 17 00:00:00 2001 From: benierc Date: Tue, 22 Apr 2025 16:06:03 +0200 Subject: [PATCH] Update userspace/falco/config_json_schema.h Co-authored-by: Federico Di Pierro Signed-off-by: benierc --- userspace/falco/config_json_schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/config_json_schema.h b/userspace/falco/config_json_schema.h index e5d1d701..6048c472 100644 --- a/userspace/falco/config_json_schema.h +++ b/userspace/falco/config_json_schema.h @@ -518,7 +518,7 @@ const char config_schema_string[] = LONG_STRING_CONST( "keep_alive": { "type": "boolean" }, - "max_consecutive_timeouts:" { + "max_consecutive_timeouts": { "type": "integer" } },