From dc3f26ea1afc31775f812d50d3cd0047edb56f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 2 Dec 2022 21:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91WAF=E9=A2=84=E8=AF=BB?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/waf/utils/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/waf/utils/consts.go b/internal/waf/utils/consts.go index a291048..08be5cb 100644 --- a/internal/waf/utils/consts.go +++ b/internal/waf/utils/consts.go @@ -5,5 +5,5 @@ package utils import "github.com/TeaOSLab/EdgeNode/internal/utils/sizes" const ( - MaxBodySize = 4 * sizes.M + MaxBodySize = 2 * sizes.M )