减少WAF预读尺寸

This commit is contained in:
GoEdgeLab
2022-12-02 21:08:03 +08:00
parent 4383ee9297
commit 8b6d0bcb61

View File

@@ -5,5 +5,5 @@ package utils
import "github.com/TeaOSLab/EdgeNode/internal/utils/sizes"
const (
MaxBodySize = 4 * sizes.M
MaxBodySize = 2 * sizes.M
)