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 } }, }, }, },