From 0867c408be9ac4c5063e1f1fec8ee90be2ff43e2 Mon Sep 17 00:00:00 2001 From: wiaamm Date: Sun, 14 Dec 2025 13:58:20 +0200 Subject: [PATCH] revert shcema changes --- attachments/kong/plugins/open-appsec-waf-kong-plugin/schema.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/attachments/kong/plugins/open-appsec-waf-kong-plugin/schema.lua b/attachments/kong/plugins/open-appsec-waf-kong-plugin/schema.lua index 60ebcdd..0d722ee 100755 --- a/attachments/kong/plugins/open-appsec-waf-kong-plugin/schema.lua +++ b/attachments/kong/plugins/open-appsec-waf-kong-plugin/schema.lua @@ -16,7 +16,6 @@ return { type = "record", fields = { { debug = { type = "boolean", default = false } }, - { res_body_thread_timeout_msec = { type = "number", default = 150, gt = 0 } }, }, }, },